forked from Mirrors/freeswitch
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:
parent
4c2319a864
commit
d1d69ae04f
@ -44,7 +44,7 @@ connJob(void * const userHandle) {
|
||||
after we exit.
|
||||
*/
|
||||
|
||||
ThreadExit(0);
|
||||
//ThreadExit(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user