]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Must be NULL
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 15 May 2016 06:01:01 +0000 (02:01 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 15 May 2016 06:01:01 +0000 (02:01 -0400)
src/main/conffile.c

index 45d33cccb67753826386a7ef5e564f224f45cb2b..914179ca650c512207a8464f29527a730cd44625 100644 (file)
@@ -2293,7 +2293,7 @@ int cf_section_parse(CONF_SECTION *cs, void *base, CONF_PARSER const *variables)
        int ret = 0;
        int i;
        void *data;
-       bool *is_set;
+       bool *is_set = NULL;
 
        cs->variables = variables; /* this doesn't hurt anything */