summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-07-30 15:07:34 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-07-30 15:07:34 +0000
commita53bcdf9d54a2079b0839789975e54e601f082b7 (patch)
tree4d98611cdf473ca5f663e8f006d003780f65582c /cpp/src
parentRemoved DB_THREAD. Cursors now sync on the database. (diff)
downloadice-a53bcdf9d54a2079b0839789975e54e601f082b7.tar.bz2
ice-a53bcdf9d54a2079b0839789975e54e601f082b7.tar.xz
ice-a53bcdf9d54a2079b0839789975e54e601f082b7.zip
Fixed bogus assert assert.
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Freeze/EvictorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/EvictorI.cpp b/cpp/src/Freeze/EvictorI.cpp
index 3c7b8b0fd25..8b62746a91f 100644
--- a/cpp/src/Freeze/EvictorI.cpp
+++ b/cpp/src/Freeze/EvictorI.cpp
@@ -303,7 +303,7 @@ Freeze::EvictorI::finished(const ObjectAdapterPtr&, const Current& current,
// It's possible that the locator has been deactivated already. In
// this case, _evictorSize is set to zero.
//
- assert(!_deactivated || _evictorSize);
+ assert(!_deactivated || !_evictorSize);
//
// Decrease the usage count of the evictor queue element.