diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index c5cf935b8a3..36c8a917717 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -205,6 +205,8 @@ ServerEntry::ServerEntry(ServerCache& cache, const string& id) : Allocatable(false, 0), _cache(cache), _id(id), + _activationTimeout(-1), + _deactivationTimeout(-1), _synchronizing(false), _updated(false) { |