X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=d26102f612778979f13aac171babfebc6d79d78d;hb=d7fd95a3ec0da47dbbdeabc3bee0dfb01a8dde61;hp=3b63214b882026af3b27615a6ce50ebc01fff0c6;hpb=cd5ae5682a319e1d7c698cb03c915b04bd55b978;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index 3b63214b8..d26102f61 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -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);