diff options
author | Alan Conway <aconway@apache.org> | 2007-01-22 17:10:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-22 17:10:25 +0000 |
commit | 9c249dfc99dd8c58c387bc085f0d71ec9b78ad9e (patch) | |
tree | 3b06b1b7e723e5336a6eed668f7fc87be5befc1c /cpp/lib/broker/Connection.cpp | |
parent | eac9bcabe83ec5dd601a72a3c68235778b54ce38 (diff) | |
download | qpid-python-9c249dfc99dd8c58c387bc085f0d71ec9b78ad9e.tar.gz |
* Fixed request-response correlation on the broker.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@498706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/Connection.cpp')
-rw-r--r-- | cpp/lib/broker/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/Connection.cpp b/cpp/lib/broker/Connection.cpp index dc8bdeda05..84bd23b2a7 100644 --- a/cpp/lib/broker/Connection.cpp +++ b/cpp/lib/broker/Connection.cpp @@ -74,7 +74,7 @@ void Connection::initiated(qpid::framing::ProtocolInitiation* header) { string locales("en_US"); // TODO aconway 2007-01-16: Client call, move to adapter. client->getConnection().start( - MethodContext(0, out), + MethodContext(0, &getAdapter(0)), header->getMajor(), header->getMinor(), properties, mechanisms, locales); } |