]> code.citadel.org Git - citadel.git/blobdiff - citadel/housekeeping.c
merged remaining changes from TRANSACTIONS (using cvs update -j TRANSACTIONS)
[citadel.git] / citadel / housekeeping.c
index a16ce58a6d09a51542a5174311233b2a7b7d0410..1f2fc70f36e3d0cc40f85e505c23df6ccfba9d84 100644 (file)
@@ -66,7 +66,7 @@ void terminate_idle_sessions(void) {
 void check_sched_shutdown(void) {
        if ((ScheduledShutdown == 1) && (ContextList == NULL)) {
                lprintf(3, "Scheduled shutdown initiating.\n");
-               master_cleanup();
+               time_to_die = 1;
        }
 }