diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-01-30 10:21:53 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-01-30 10:21:53 +0100 |
commit | 9675f238b9adae6f814366b74a086c24426bfffe (patch) | |
tree | 395e6158fd587d83bd2edf6d0f177b864ff7c772 /cpp/src/Ice/ConnectionI.h | |
parent | Fix for ICE-5027, IceGrid/replication test failure (diff) | |
download | ice-9675f238b9adae6f814366b74a086c24426bfffe.tar.bz2 ice-9675f238b9adae6f814366b74a086c24426bfffe.tar.xz ice-9675f238b9adae6f814366b74a086c24426bfffe.zip |
Fixed ICE-5121 - Erronous connection warnings
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index 8ffe6d9d913..ca5f0cae263 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -368,6 +368,7 @@ private: State _state; // The current state. bool _shutdownInitiated; + bool _validated; }; } |