]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove complaint for DHCP
authorAlan T. DeKok <aland@freeradius.org>
Wed, 18 Sep 2013 14:36:52 +0000 (10:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 18 Sep 2013 14:36:52 +0000 (10:36 -0400)
src/main/modules.c

index c5525ca9469e812d1b53024a06037bce4b6beba6..ea500218c883eedf6a210386a777cc037c96c45e 100644 (file)
@@ -768,9 +768,6 @@ static int load_subcomponent_section(modcallable *parent, CONF_SECTION *cs,
         *      Sanity check.
         */
        if (!name2) {
-               cf_log_err_cs(cs,
-                          "No name specified for %s block",
-                          section_type_value[comp].typename);
                return 1;
        }