summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-06-26 11:55:03 -0500
committerDave Parks <davep@lindenlab.com>2013-06-26 11:55:03 -0500
commitbb66e722d3ebf62145784227178ccdd318189cf6 (patch)
treecc28868865089c9a377e4db16f29e09893ed83e8 /indra/llcommon
parent280a9d9827e4e5e0e1408cc8f9c20ef792a6c714 (diff)
parentb717a28194eb6e5a2f9113c65abe62cb81141413 (diff)
Automated merge with https://bitbucket.org/davep/viewer-release-iqa-1366
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/llapr.cpp2
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()