diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-05 15:07:47 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-05 15:07:47 +0000 |
commit | d938616960877e806aeee1548621877bb73c514a (patch) | |
tree | f84ce9f055187666de1822d6e9191dd7e6e17730 /cpp/src/IceGrid/ObjectCache.cpp | |
parent | Fixed session shutdown. (diff) | |
download | ice-d938616960877e806aeee1548621877bb73c514a.tar.bz2 ice-d938616960877e806aeee1548621877bb73c514a.tar.xz ice-d938616960877e806aeee1548621877bb73c514a.zip |
Fix
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index 1a8f5ee0e41..9e28dbd3555 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -95,7 +95,10 @@ ObjectCache::TypeEntry::canTryAllocate(const ObjectEntryPtr& entry) { return false; } - ++p; + else + { + ++p; + } } catch(const AllocationException&) { |