]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Removed the housekeeper thread, moved terminate_idle_sessions() out to a
[citadel.git] / citadel / citserver.c
index 8b847717571759cc56e8103d93a5ff0852c96bc6..3c7f6cc297edcf54902d1825092b94acd62150d0 100644 (file)
@@ -203,10 +203,7 @@ void RemoveContext (struct CitContext *con)
        lprintf(7, "Closing socket %d\n", con->client_socket);
        close(con->client_socket);
 
-        /* Tell the housekeeping thread to check to see if this is the time
-         * to initiate a scheduled shutdown event.
-         */
-        enter_housekeeping_cmd("SCHED_SHUTDOWN");
+       /* This is where we used to check for scheduled shutdowns. */
 
        /* Free up the memory used by this context */
        phree(con);