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 c5525ca..ea50021 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;
        }