]> code.citadel.org Git - citadel.git/commitdiff
Temporarily disable CtdlThreadGC() to get Uncensored stabilized
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 18 Mar 2011 15:34:16 +0000 (11:34 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 18 Mar 2011 15:34:16 +0000 (11:34 -0400)
citadel/threads.c

index b91a9d5fa8ae9ad67f89dab0ea7c0ba565aa2c44..c68404445f28c9addcc0c7f4f24dee2a31fd526e 100644 (file)
@@ -691,6 +691,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;