summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
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();
}
}
}