aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llthread.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:27:37 -0500
committerJacek Antonelli2008-09-06 18:27:41 -0500
commitd78e22887482056e9e29cccf2b7a8a675035d040 (patch)
treea0e0fde1b1a8f91d66c3eb84871b0a3c34947419 /linden/indra/llcommon/llthread.cpp
parentSecond Life viewer sources 1.21.0-RC (diff)
downloadmeta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.zip
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.gz
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.bz2
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.xz
Second Life viewer sources 1.21.1-RC
Diffstat (limited to 'linden/indra/llcommon/llthread.cpp')
-rw-r--r--linden/indra/llcommon/llthread.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/linden/indra/llcommon/llthread.cpp b/linden/indra/llcommon/llthread.cpp
index e07170b..822adc2 100644
--- a/linden/indra/llcommon/llthread.cpp
+++ b/linden/indra/llcommon/llthread.cpp
@@ -266,12 +266,12 @@ void LLThread::wakeLocked()
266LLMutex::LLMutex(apr_pool_t *poolp) : 266LLMutex::LLMutex(apr_pool_t *poolp) :
267 mAPRMutexp(NULL) 267 mAPRMutexp(NULL)
268{ 268{
269 if (poolp) 269 //if (poolp)
270 { 270 //{
271 mIsLocalPool = FALSE; 271 // mIsLocalPool = FALSE;
272 mAPRPoolp = poolp; 272 // mAPRPoolp = poolp;
273 } 273 //}
274 else 274 //else
275 { 275 {
276 mIsLocalPool = TRUE; 276 mIsLocalPool = TRUE;
277 apr_pool_create(&mAPRPoolp, NULL); // Create a subpool for this thread 277 apr_pool_create(&mAPRPoolp, NULL); // Create a subpool for this thread