Bug fix, introduced in commit 0bee4a92

This commit is contained in:
Aleric Inglewood
2012-10-22 20:31:33 +02:00
parent 768f1b5710
commit daac25c343

View File

@@ -118,7 +118,6 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap
// the critical area of the mSignal lock)].
lldebugs << "LLThread::staticRun() Exiting: " << name << llendl;
--sRunning; // Would be better to do this after joining with the thread, but we don't join :/
return NULL;
}