diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-02-21 15:02:49 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-02-21 15:02:49 +0000 |
commit | 043375612b2ce62e03f1c621e0ff825ef5653d87 (patch) | |
tree | df85ff1eda8f4ee965d13b9f143efee5b4f0a77a /cpp/src/IceGrid/NodeSessionManager.cpp | |
parent | Fixed bug #1898 (diff) | |
download | ice-043375612b2ce62e03f1c621e0ff825ef5653d87.tar.bz2 ice-043375612b2ce62e03f1c621e0ff825ef5653d87.tar.xz ice-043375612b2ce62e03f1c621e0ff825ef5653d87.zip |
Added missing synchronization
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp index 54c3aea3125..7c20b128906 100644 --- a/cpp/src/IceGrid/NodeSessionManager.cpp +++ b/cpp/src/IceGrid/NodeSessionManager.cpp @@ -260,6 +260,7 @@ NodeSessionManager::create(const InternalRegistryPrx& replica) } else { + Lock sync(*this); thread = addReplicaSession(replica); } |