From 9e99d5c22596852f239053cb715750c1d78233cd Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 13 Aug 2014 21:36:48 +0000 Subject: QPID-5995: Initialize messaging SenderContext delivery tag git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617841 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp b/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp index 59e1832cfd..c282a86c22 100644 --- a/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp +++ b/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp @@ -45,6 +45,7 @@ SenderContext::SenderContext(pn_session_t* session, const std::string& n, const address(a), helper(address), sender(pn_sender(session, n.c_str())), capacity(50), unreliable(helper.isUnreliable()), + nextId(0), setToOnSend(setToOnSend_) {} SenderContext::~SenderContext() -- cgit v1.2.1