Temporarily disable CtdlThreadGC() to get Uncensored stabilized
[citadel.git] / citadel / threads.c
index 1b605d0577da572882aa3f6fad5e1422a8b4c80f..68ec83ca9c1326e466a5ff2947840c117abe6403 100644 (file)
@@ -694,6 +694,12 @@ void ctdl_thread_internal_calc_loadavg(void)
  */
 void CtdlThreadGC (void)
 {
+
+
+       return;
+       /* FIXME this is a big deal, but I think it's causing corruption */
+
+
        CtdlThreadNode *this_thread, *that_thread;
        int workers = 0, sys_workers;
        int ret=0;