From 8f389184f3d16e70294ae1646d2cd017e987fdf7 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 29 Nov 2007 16:05:50 +0000 Subject: 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 --- cpp/src/qpid/broker/PersistableMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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(); } } } -- cgit v1.2.1