]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
quiet compiler
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Jun 2018 21:43:28 +0000 (17:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Jun 2018 21:43:28 +0000 (17:43 -0400)
src/main/command.c

index ded371097f16a24bda484357328b404426016fac..19e713d495bd969d17e625fbdcc334053ae407c7 100644 (file)
@@ -462,7 +462,7 @@ int fr_command_walk(fr_cmd_t *head, void **walk_ctx, void *ctx, fr_cmd_walk_t ca
 {
        int rcode;
        fr_cmd_stack_t *stack;
-       fr_cmd_t *cmd;
+       fr_cmd_t *cmd = NULL;
        fr_cmd_walk_info_t info;
 
        if (!walk_ctx || !callback) {