From: Alan T. DeKok Date: Wed, 11 Jul 2018 19:42:37 +0000 (-0400) Subject: fix count definition X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ae2be3e2472897ffed4e8d94327fcb13a1151e;p=thirdparty%2Ffreeradius-server.git fix count definition --- diff --git a/src/main/command.c b/src/main/command.c index 656b69555f1..f468feaf856 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -2116,7 +2116,6 @@ static int expand_syntax(fr_cmd_argv_t *argv, char const *text, int start, char int fr_command_complete(fr_cmd_t *head, char const *text, int start, int max_expansions, char **expansions) { - int count; char const *word, *p, *q; fr_cmd_t *cmd; int count;