]> code.citadel.org Git - citadel.git/blobdiff - citadel/context.c
Moved all of the background tasks back to the old EVT_TIMER style
[citadel.git] / citadel / context.c
index ea99ced634bff8822afaff56d02d8f150dd8c317..db2a136f93e5e3bdf415f7c658fecd150f9514b7 100644 (file)
@@ -313,7 +313,8 @@ void terminate_idle_sessions(void)
 void terminate_stuck_sessions(void)
 {
 
-       return;
+       abort();
+       
        /* FIXME this function has been disabled because it is somehow being
         * called at times other than server shutdown, which is throwing all
         * the users off.  EPIC FAIL!!!