You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2014/08/13 23:36:49 UTC

svn commit: r1617841 - /qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp

Author: chug
Date: Wed Aug 13 21:36:48 2014
New Revision: 1617841

URL: http://svn.apache.org/r1617841
Log:
QPID-5995: Initialize messaging SenderContext delivery tag

Modified:
    qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp?rev=1617841&r1=1617840&r2=1617841&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp Wed Aug 13 21:36:48 2014
@@ -45,6 +45,7 @@ SenderContext::SenderContext(pn_session_
     address(a),
     helper(address),
     sender(pn_sender(session, n.c_str())), capacity(50), unreliable(helper.isUnreliable()),
+    nextId(0),
     setToOnSend(setToOnSend_) {}
 
 SenderContext::~SenderContext()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org