Reading global clients list is required...
authoraland <aland>
Thu, 3 Jul 2008 11:52:08 +0000 (11:52 +0000)
committeraland <aland>
Thu, 3 Jul 2008 11:52:08 +0000 (11:52 +0000)
src/main/mainconfig.c

index 141d0e3..bc7bb8e 100644 (file)
@@ -751,6 +751,10 @@ int read_mainconfig(int reload)
        cf_section_free(&mainconfig.config);
        mainconfig.config = cs;
 
+       if (!clients_parse_section(cs)) {
+               return -1;
+       }
+
        DEBUG2("%s: #### Loading Realms and Home Servers ####", mainconfig.name);
 
        if (!realms_init(cs)) {