Skip to content

Commit 4889f59

Browse files
committed
WS
1 parent 8cae7c7 commit 4889f59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/radius.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)