summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Glacier2/router/CallbackI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Glacier2/router/CallbackI.cpp b/cpp/test/Glacier2/router/CallbackI.cpp
index c74152a4729..05f710daf3e 100644
--- a/cpp/test/Glacier2/router/CallbackI.cpp
+++ b/cpp/test/Glacier2/router/CallbackI.cpp
@@ -255,7 +255,7 @@ CallbackReceiverI::waitCallback(const Current& current)
{
{
Lock sync(*this);
- assert(!_callback);
+ assert(!_waitCallback);
_waitCallback = true;
notifyAll();
}