diff options
| author | Gordon Sim <gsim@apache.org> | 2008-09-24 15:49:23 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-09-24 15:49:23 +0000 |
| commit | 60d90d92d96629bdf1f8fb1e488585a3a2cf78c6 (patch) | |
| tree | 1deef6db21d558e7cce6e1656429bd3ddcf7dfeb /qpid/cpp/src | |
| parent | 483a38d0543be861b27ceb21920b3d912aa8e808 (diff) | |
| download | qpid-python-60d90d92d96629bdf1f8fb1e488585a3a2cf78c6.tar.gz | |
Corrected a careless mistake I made on an earlier commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/SemanticState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.cpp b/qpid/cpp/src/qpid/broker/SemanticState.cpp index 3a0bdefcb1..7907b47854 100644 --- a/qpid/cpp/src/qpid/broker/SemanticState.cpp +++ b/qpid/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() |
