Parse clients from the main config section, which initializes
authoraland <aland>
Thu, 18 Oct 2007 12:27:05 +0000 (12:27 +0000)
committeraland <aland>
Thu, 18 Oct 2007 12:27:05 +0000 (12:27 +0000)
things so that clients can be read from SQL

src/main/mainconfig.c

index f51de5a..38cafc4 100644 (file)
@@ -874,6 +874,8 @@ int read_mainconfig(int reload)
        cf_section_free(&mainconfig.config);
        mainconfig.config = cs;
 
+       clients_parse_section(cs);
+
        DEBUG2("radiusd: #### Loading Realms and Home Servers ####");
 
        if (!realms_init(cs)) {