]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
Handle zero-length legacy netconfig files correctly (just delete them)
[citadel.git] / citadel / citserver.c
index d26102f612778979f13aac171babfebc6d79d78d..9832b781276932dbab8d01c4bee2e1ae96c4effc 100644 (file)
@@ -138,9 +138,10 @@ void master_startup(void) {
        open_databases();
 
        /* Load site-specific configuration */
-       syslog(LOG_INFO, "Loading citadel.config");
+       syslog(LOG_INFO, "Initializing configuration system");
        initialize_config_system();
        validate_config();
+       migrate_legacy_control_record();
 
        /* Check floor reference counts */
        check_ref_counts();