Add more plausability checks during startup so the admin knows if something is fishy.
[citadel.git] / citadel / citserver.c
index d0902e266985afbaf7e8cb1658507e3955ceef84..4a1070b23563876a03ca5b84c10951497888665f 100644 (file)
@@ -123,6 +123,7 @@ void master_startup(void) {
        syslog(LOG_DEBUG, "master_startup() started\n");
        time(&server_startup_time);
        get_config();
+       validate_config();
 
        syslog(LOG_INFO, "Checking directory access");
        if ((pw = getpwuid(CTDLUID)) == NULL) {