From d618106c729b200dafc3ff557b3f089d9c6bc23e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 17 Jan 2007 14:39:48 +0000 Subject: Timeout fixes --- cpp/src/IceGrid/ServerCache.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/IceGrid/ServerCache.cpp') 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) { -- cgit v1.2.3