]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Thu, 12 Jul 2018 18:05:28 +0000 (14:05 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 12 Jul 2018 18:05:28 +0000 (14:05 -0400)
src/main/command.c

index 636d68b41559e29dbcf32746c28b18fae8782e0b..9ba994052e5cc813e876df9a07db41301a70c914 100644 (file)
@@ -2272,7 +2272,6 @@ int fr_command_print_help(FILE *fp, fr_cmd_t *head, char const *text)
                /*
                 *      Skip the command name we matched.
                 */
-               word = p;
                break;
        }