]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
initialize properly
authorAlan T. DeKok <aland@freeradius.org>
Sat, 25 Oct 2025 10:51:54 +0000 (06:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 25 Oct 2025 10:52:09 +0000 (06:52 -0400)
src/lib/util/trie.c

index 773b9f34ba6ba95ba272d34018cf478af89007c0..6d11744be14db18d647e2bb37009da4470150ed0 100644 (file)
@@ -3429,7 +3429,7 @@ static fr_trie_command_t commands[] = {
        { "verify",     command_verify, 0, 0, false },
        { "lineno",     command_lineno, 1, 1, false },
        { "clear",      command_clear,  0, 0, false },
-       { NULL, NULL, 0, 0}
+       { .name = NULL }
 };
 
 #define MAX_ARGC (16)