summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/SessionManager.h')
-rw-r--r--cpp/src/IceGrid/SessionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/SessionManager.h b/cpp/src/IceGrid/SessionManager.h
index 30326f6a79c..7d659d593ea 100644
--- a/cpp/src/IceGrid/SessionManager.h
+++ b/cpp/src/IceGrid/SessionManager.h
@@ -196,7 +196,7 @@ public:
{
Lock sync(*this);
// Wait until the action is executed and the state changes.
- while((_nextAction == Connect || _nextAction == KeepAlive) || _state == InProgress)
+ while(_nextAction == Connect || _nextAction == KeepAlive || _state == InProgress)
{
wait();
}