From cdd3d1260ff731e1aeb4d728d8a53af636ada7df Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 2 Aug 2018 12:51:50 -0400 Subject: [PATCH] skip the word we matched --- src/lib/server/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /* -- 2.47.3