From 8df34ffd42c067ace66021c031bd46c398a36abe Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 4 Mar 2009 13:22:03 +0000 Subject: QPID-1711: Ensure the session state between the two peers in an inter-broker bridging session are kept in sync. (Also made changes to cancellation to ensure that the commands are only issued on the io thread of the connection) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750002 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/amqp_0_10/SessionHandler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/amqp_0_10/SessionHandler.cpp') diff --git a/cpp/src/qpid/amqp_0_10/SessionHandler.cpp b/cpp/src/qpid/amqp_0_10/SessionHandler.cpp index f58d59cbd7..db957051d8 100644 --- a/cpp/src/qpid/amqp_0_10/SessionHandler.cpp +++ b/cpp/src/qpid/amqp_0_10/SessionHandler.cpp @@ -277,7 +277,6 @@ void SessionHandler::sendCompletion() { } void SessionHandler::sendAttach(bool force) { - CHECK_ATTACHED("session.send-attach"); QPID_LOG(debug, "SessionHandler::sendAttach attach id=" << getState()->getId()); peer.attach(getState()->getId().getName(), force); if (getState()->hasState()) -- cgit v1.2.1