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
This commit is contained in:
Michael Jerris 2008-05-23 21:23:25 +00:00
parent 4c2319a864
commit d1d69ae04f

View File

@ -44,7 +44,7 @@ connJob(void * const userHandle) {
after we exit. after we exit.
*/ */
ThreadExit(0); //ThreadExit(0);
} }