Increased the load average before strangling the server. Its now 10.00
[citadel.git] / citadel / housekeeping.c
index 742291c5a653338e16f48c66f787cf4f59f25b43..78e0da5f2d025a5a71983b0c31dc6de17e9a8a4d 100644 (file)
@@ -53,7 +53,7 @@
  * beginning because the pointer to our place in the list becomes invalid.
  */
 void terminate_idle_sessions(void) {
-       struct CitContext *ccptr;
+       CitContext *ccptr;
        time_t now;
        int session_to_kill;
        int killed = 0;