diff options
| -rw-r--r-- | qpid/cpp/src/qpid/broker/SemanticState.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.cpp b/qpid/cpp/src/qpid/broker/SemanticState.cpp index bd226ccca4..83405229ed 100644 --- a/qpid/cpp/src/qpid/broker/SemanticState.cpp +++ b/qpid/cpp/src/qpid/broker/SemanticState.cpp @@ -397,7 +397,6 @@ bool SemanticStateConsumerImpl::deliver(const QueueCursor& cursor, const Message } if (acquire && !ackExpected) { // auto acquire && auto accept queue->dequeue(0 /*ctxt*/, cursor); - record.setEnded(); } if (mgmtObject) { mgmtObject->inc_delivered(); } return true; |
