Moved all of the background tasks back to the old EVT_TIMER style
[citadel.git] / citadel / context.c
index 2a522066aa4cfb5a273fa4016f13ab3919d09910..f49d645dd86c9c51e5fb6ba2c96afe0f0cda9f4e 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!!!