]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't complain on deprecated. Closes #1131
authorAlan T. DeKok <aland@freeradius.org>
Fri, 10 Jul 2015 12:54:09 +0000 (08:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 10 Jul 2015 12:54:09 +0000 (08:54 -0400)
src/main/conffile.c

index 4749b45e3c3fbe851baf3e5919c4cde0b0c2530c..3bb7db350bbe21b4b8beb3ffed90ffc0043cec75 100644 (file)
@@ -1872,6 +1872,8 @@ int cf_section_parse(CONF_SECTION *cs, void *base,
                                           variables[i + 1].name);
                        }
 
+                       if ((ret == -2) && check_config) continue;
+
                        goto error;
                }
        } /* for all variables in the configuration section */