remove the buried and not updated copyright notice
[citadel.git] / citadel / citserver.c
index 3b63214b882026af3b27615a6ce50ebc01fff0c6..d26102f612778979f13aac171babfebc6d79d78d 100644 (file)
@@ -142,9 +142,6 @@ void master_startup(void) {
        initialize_config_system();
        validate_config();
 
-       syslog(LOG_INFO, "Acquiring control record");
-       get_control();
-
        /* Check floor reference counts */
        check_ref_counts();
 
@@ -223,8 +220,6 @@ void master_cleanup(int exitcode) {
                }
        }
        
-       release_control();
-
        /* Now go away. */
        syslog(LOG_NOTICE, "citserver: Exiting with status %d\n", exitcode);
        fflush(stdout); fflush(stderr);