[Freeswitch-svn] [commit] r8553 - freeswitch/trunk/libs/xmlrpc-c/lib/abyss/src

Freeswitch SVN mikej at freeswitch.org
Fri May 23 17:23:26 EDT 2008


Author: mikej
Date: Fri May 23 17:23:25 2008
New Revision: 8553

Modified:
   freeswitch/trunk/libs/xmlrpc-c/lib/abyss/src/conn.c

Log:
Hack to actually run the thread cleanup functions when not in forking mode.  This needs a better solution to go upstream but is fine for us because we never do forking.

Modified: freeswitch/trunk/libs/xmlrpc-c/lib/abyss/src/conn.c
==============================================================================
--- freeswitch/trunk/libs/xmlrpc-c/lib/abyss/src/conn.c	(original)
+++ freeswitch/trunk/libs/xmlrpc-c/lib/abyss/src/conn.c	Fri May 23 17:23:25 2008
@@ -44,7 +44,7 @@
            after we exit.
         */
 
-    ThreadExit(0);
+    //ThreadExit(0);
 }
 
 



More information about the Freeswitch-svn mailing list