Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 18, 2013
1 parent fa2cc78 commit 65853e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/evaluate.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/valuepair.c
Expand Up @@ -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;
Expand Down

0 comments on commit 65853e5

Please sign in to comment.