summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-29 16:05:50 +0000
committerGordon Sim <gsim@apache.org>2007-11-29 16:05:50 +0000
commit8f389184f3d16e70294ae1646d2cd017e987fdf7 (patch)
tree4bca4f5709e02e9dbd344358480ace67dffa4e15 /cpp/src
parent17873433da6881577925c3966308c672d1978d5a (diff)
downloadqpid-python-8f389184f3d16e70294ae1646d2cd017e987fdf7.tar.gz
Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComplete()
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/PersistableMessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/PersistableMessage.h b/cpp/src/qpid/broker/PersistableMessage.h
index 299e22e2ba..883acff497 100644
--- a/cpp/src/qpid/broker/PersistableMessage.h
+++ b/cpp/src/qpid/broker/PersistableMessage.h
@@ -120,7 +120,7 @@ public:
for (syncList::iterator i = synclist.begin(); i != synclist.end(); ++i) {
(*i)->notifyDurableIOComplete();
}
- synclist.clear();
+ //synclist.clear();
}
}
}