]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more fr_skip_spaces
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Feb 2019 13:43:18 +0000 (08:43 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Feb 2019 13:43:18 +0000 (08:43 -0500)
src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c

index 42de315d2c5ace6c7d1c56e3efcc057dab3ee279..24f70b7a8df7fb35181bd5e13d2ed358b2b2a9c4 100644 (file)
@@ -537,7 +537,7 @@ static int match_subword(rlm_isc_dhcp_tokenizer_t *state, char const *cmd, rlm_i
        char const *next;
        char type_name[64];
 
-       while (isspace((int) *cmd)) cmd++;
+       fr_skip_spaces(cmd);
 
        if (!*cmd) return -1;   /* internal error */