summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r--cpp/src/IceGrid/ServerI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp
index d4cb62ab9bf..2fddb91959f 100644
--- a/cpp/src/IceGrid/ServerI.cpp
+++ b/cpp/src/IceGrid/ServerI.cpp
@@ -579,10 +579,10 @@ ServerI::setStateNoSync(ServerState st, const Ice::Current& current)
ServerDynamicInfo info;
info.name = _name;
info.state = st;
+
//
- // NOTE: this must be done only for the active state.
- // Otherwise, we could get a deadlock since getPid()
- // will lock the activator and since this method might
+ // NOTE: this must be done only for the active state. Otherwise, we could get a
+ // deadlock since getPid() will lock the activator and since this method might
// be called from the activator locked.
//
info.pid = st == Active ? getPid(current) : 0;