]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
uctx may be NULL
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 Oct 2019 19:47:15 +0000 (15:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Oct 2019 19:47:15 +0000 (15:47 -0400)
src/lib/server/virtual_servers.h

index d0c8da977d58ef951e1f585e94442a3025f296dd..52aa9b62091581287382feadb6ca3b239e1fa553 100644 (file)
@@ -121,7 +121,7 @@ typedef struct {
 
 #define COMPILE_TERMINATOR { .name = NULL, .name2 = NULL }
 
-int virtual_server_compile_sections(CONF_SECTION *server, virtual_server_compile_t const *list, vp_tmpl_rules_t const *rules, void *uctx) CC_HINT(nonnull);
+int virtual_server_compile_sections(CONF_SECTION *server, virtual_server_compile_t const *list, vp_tmpl_rules_t const *rules, void *uctx) CC_HINT(nonnull(1,2,3));
 
 int            virtual_server_section_component(rlm_components_t *component, char const *name1, char const *name2);
 virtual_server_method_t *virtual_server_section_methods(char const *name1, char const *name2) CC_HINT(nonnull(1));