Temporarily disable CtdlThreadGC() to get Uncensored stabilized
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 18 Mar 2011 15:34:16 +0000 (11:34 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 15:19:15 +0000 (15:19 +0000)
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;