From: Alan T. DeKok Date: Thu, 2 Aug 2018 16:51:50 +0000 (-0400) Subject: skip the word we matched X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd3d1260;p=thirdparty%2Ffreeradius-server.git skip the word we matched --- diff --git a/src/lib/server/command.c b/src/lib/server/command.c index 1ed756eac5c..dabc7a46647 100644 --- a/src/lib/server/command.c +++ b/src/lib/server/command.c @@ -2017,8 +2017,8 @@ int fr_command_str_to_argv(fr_cmd_t *head, fr_cmd_info_t *info, char const *text goto invalid; } - if (!cmd->intermediate) goto check_syntax; word = p; + if (!cmd->intermediate) goto check_syntax; } /*