From d1d69ae04ff6ad4c91461ac7ad253808fb49902e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 23 May 2008 21:23:25 +0000 Subject: [PATCH] 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. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8553 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/lib/abyss/src/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/xmlrpc-c/lib/abyss/src/conn.c b/libs/xmlrpc-c/lib/abyss/src/conn.c index 434eedeeee..f76cc220a4 100644 --- a/libs/xmlrpc-c/lib/abyss/src/conn.c +++ b/libs/xmlrpc-c/lib/abyss/src/conn.c @@ -44,7 +44,7 @@ connJob(void * const userHandle) { after we exit. */ - ThreadExit(0); + //ThreadExit(0); }