diff options
author | Dave Parks <davep@lindenlab.com> | 2013-07-01 10:59:46 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-07-01 10:59:46 -0500 |
commit | d262ca32d3b80803595fcc3f61f008786125250d (patch) | |
tree | ab7b8e13920b309321390f41c663b775f162b0c7 /indra/llcommon | |
parent | bd41392b7ec1dd90cd0039d87bbbef8beda1796a (diff) | |
parent | 1c9a4fc080bee955b5b18750fe8de7c24a3f912f (diff) |
Automated merge with https://bitbucket.org/lindenlab/viewer-cat
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/llapr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapr.cpp b/indra/llcommon/llapr.cpp index a0802c6adf..b7815b0e35 100755 --- a/indra/llcommon/llapr.cpp +++ b/indra/llcommon/llapr.cpp @@ -226,7 +226,7 @@ void LLVolatileAPRPool::clearVolatileAPRPool() llassert_always(mNumActiveRef > 0) ; } - llassert(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ; + llassert(mNumTotalRef <= (FULL_VOLATILE_APR_POOL << 2)) ; } BOOL LLVolatileAPRPool::isFull() |