diff options
| author | Gordon Sim <gsim@apache.org> | 2008-11-27 12:21:04 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-11-27 12:21:04 +0000 |
| commit | 6b67c025160e2363052820b9f686bbf386d9c96a (patch) | |
| tree | ca52122fc4ea53e6a93e2653f33c36f4a97d756a /cpp/src/qpid/broker/IncompleteMessageList.cpp | |
| parent | df072598b37b31e9a7cf72818c9aa87b2ee21f70 (diff) | |
| download | qpid-python-6b67c025160e2363052820b9f686bbf386d9c96a.tar.gz | |
* QPID-1488: test that policy pointer is set
* don't flow to disk for null store implementation
* add checks for undeflow in queue policy
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@721166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/IncompleteMessageList.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/IncompleteMessageList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/IncompleteMessageList.cpp b/cpp/src/qpid/broker/IncompleteMessageList.cpp index 26c7a83d2f..2077e633ec 100644 --- a/cpp/src/qpid/broker/IncompleteMessageList.cpp +++ b/cpp/src/qpid/broker/IncompleteMessageList.cpp @@ -58,7 +58,7 @@ void IncompleteMessageList::process(const CompletionListener& listen, bool sync) msg->flush(); // Can re-enter IncompleteMessageList::enqueueComplete } while (!msg->isEnqueueComplete()) - lock.wait(); + lock.wait(); } else { //leave the message as incomplete for now return; |
