From 40c2000d2b94b30f67d2357a01286edc37121238 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 24 Sep 2008 15:49:23 +0000 Subject: Corrected a careless mistake I made on an earlier commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698615 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SemanticState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/SemanticState.cpp b/cpp/src/qpid/broker/SemanticState.cpp index 3a0bdefcb1..7907b47854 100644 --- a/cpp/src/qpid/broker/SemanticState.cpp +++ b/cpp/src/qpid/broker/SemanticState.cpp @@ -598,7 +598,7 @@ void SemanticState::ConsumerImpl::enableNotify() void SemanticState::ConsumerImpl::disableNotify() { Mutex::ScopedLock l(lock); - notifyEnabled = true; + notifyEnabled = false; } void SemanticState::ConsumerImpl::notify() -- cgit v1.2.1