Author: gsim
Date: Wed Sep 24 08:49:23 2008
New Revision: 698615

URL: http://svn.apache.org/viewvc?rev=698615&view=rev
Log:
Corrected a careless mistake I made on an earlier commit.


Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp?rev=698615&r1=698614&r2=698615&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp Wed Sep 24 
08:49:23 2008
@@ -598,7 +598,7 @@
 void SemanticState::ConsumerImpl::disableNotify()
 {
     Mutex::ScopedLock l(lock);
-    notifyEnabled = true;
+    notifyEnabled = false;
 }
 
 void SemanticState::ConsumerImpl::notify()


Reply via email to