Skip to content

Commit

Permalink
use standard macro
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 10, 2019
1 parent f598c1a commit f71258d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib/server/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,13 +653,7 @@ int rad_expand_xlat(REQUEST *request, char const *cmd,
while (*from) {
int length;

/*
* Skip spaces.
*/
if ((*from == ' ') || (*from == '\t')) {
from++;
continue;
}
fr_skip_whitespace(from);

argv[argc] = to;
argc++;
Expand Down

0 comments on commit f71258d

Please sign in to comment.