diff options
| author | Gordon Sim <gsim@apache.org> | 2009-03-04 13:22:03 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-03-04 13:22:03 +0000 |
| commit | 8df34ffd42c067ace66021c031bd46c398a36abe (patch) | |
| tree | d54f805f922b34deee3becec8cda16c6b7d81609 /cpp/src/qpid/amqp_0_10/SessionHandler.cpp | |
| parent | f029ec74824a402525c9441413976e204f2739a3 (diff) | |
| download | qpid-python-8df34ffd42c067ace66021c031bd46c398a36abe.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/amqp_0_10/SessionHandler.cpp')
| -rw-r--r-- | cpp/src/qpid/amqp_0_10/SessionHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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()) |
