From: Arran Cudbard-Bell Date: Mon, 18 Feb 2013 16:45:07 +0000 (-0500) Subject: Whitespace fixes X-Git-Tag: release_3_0_0_beta1~1050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65853e5d2bec71e214e6b3894212cdb99cf89ad3;p=thirdparty%2Ffreeradius-server.git Whitespace fixes --- diff --git a/src/main/evaluate.c b/src/main/evaluate.c index 3d5499a4a13..e0f51dc3881 100644 --- a/src/main/evaluate.c +++ b/src/main/evaluate.c @@ -1225,8 +1225,8 @@ int radius_update_attrlist(REQUEST *request, CONF_SECTION *cs, } rad_cfree(vp->value.xlat); - vp->value.xlat = NULL; + vp->type = VT_DATA; } vp = vp->next; diff --git a/src/main/valuepair.c b/src/main/valuepair.c index 109ee0756a5..b4912aa6fc7 100644 --- a/src/main/valuepair.c +++ b/src/main/valuepair.c @@ -657,7 +657,7 @@ int radius_xlat_do(REQUEST *request, VALUE_PAIR *vp) vp->type = VT_DATA; len = radius_xlat(buffer, sizeof(buffer), vp->value.xlat, request, - NULL, NULL); + NULL, NULL); rad_cfree(vp->value.xlat); vp->value.xlat = NULL;