summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxAccept.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxAccept.cpp')
-rw-r--r--cpp/src/qpid/broker/TxAccept.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/TxAccept.cpp b/cpp/src/qpid/broker/TxAccept.cpp
index 594a466453..c7001e5526 100644
--- a/cpp/src/qpid/broker/TxAccept.cpp
+++ b/cpp/src/qpid/broker/TxAccept.cpp
@@ -37,6 +37,7 @@ void TxAccept::RangeOp::prepare(TransactionContext* ctxt)
void TxAccept::RangeOp::commit()
{
+ for_each(range.start, range.end, bind(&DeliveryRecord::committed, _1));
for_each(range.start, range.end, bind(&DeliveryRecord::setEnded, _1));
}