File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1667,7 +1667,7 @@ int rad_vp2rfc(RADIUS_PACKET *packet,
16671667 p = ptr + 2 ;
16681668
16691669 while (vp && !vp -> da -> vendor && (vp -> da -> attr == PW_NAS_FILTER_RULE )) {
1670- if ((p + zero + vp -> vp_length ) > end ) {
1670+ if ((p + zero + vp -> vp_length ) > end ) {
16711671 break ;
16721672 }
16731673
@@ -3334,7 +3334,7 @@ static ssize_t data2vp_nas_filter_rule(TALLOC_CTX *ctx,
33343334 fr_strerror_printf ("decode NAS-Filter-Rule: Out of memory" );
33353335 return -1 ;
33363336 }
3337-
3337+
33383338 fr_pair_value_bstrncpy (vp , buffer , q - buffer );
33393339
33403340 * pvp = vp ;
@@ -3837,7 +3837,7 @@ static ssize_t data2vp_wimax(TALLOC_CTX *ctx,
38373837 * + continuation, it's a bad attribute.
38383838 */
38393839 if (attrlen < 8 ) {
3840- raw :
3840+ raw :
38413841 /*
38423842 * It's not a Vendor-Specific, it's unknown...
38433843 */
You can’t perform that action at this time.
0 commit comments