summaryrefslogtreecommitdiff
path: root/qpid/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
commit4d93b15cd77a61ff4f43213cc840bdfa5b4d110f (patch)
tree4c55dc9a41e751049d6d9437e34871050921e8e7 /qpid/cpp/src
parent688b117f9955077b6f4c296a42d37d3229f9a7d3 (diff)
downloadqpid-python-4d93b15cd77a61ff4f43213cc840bdfa5b4d110f.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@599495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/PersistableMessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/PersistableMessage.h b/qpid/cpp/src/qpid/broker/PersistableMessage.h
index 299e22e2ba..883acff497 100644
--- a/qpid/cpp/src/qpid/broker/PersistableMessage.h
+++ b/qpid/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();
}
}
}