summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Connection.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-04-19 17:56:21 +0000
committerGordon Sim <gsim@apache.org>2007-04-19 17:56:21 +0000
commitb1ad015fe2670bc3e5471c5e350e243cca948dcf (patch)
treecbbae911b59a34f7cbe998609ca9d14f8984ca37 /cpp/src/qpid/broker/Connection.cpp
parente7cc3594288f5a6ed6c6565e34413823f5b8e2d8 (diff)
downloadqpid-python-b1ad015fe2670bc3e5471c5e350e243cca948dcf.tar.gz
Some dtx related updates.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@530500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
-rw-r--r--cpp/src/qpid/broker/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp
index b2174de44f..88015ce310 100644
--- a/cpp/src/qpid/broker/Connection.cpp
+++ b/cpp/src/qpid/broker/Connection.cpp
@@ -82,7 +82,7 @@ void Connection::initiated(const framing::ProtocolInitiation& header) {
string mechanisms("PLAIN");
string locales("en_US");
getChannel(0).init(0, *out, getVersion());
- client = &getChannel(0).getAdatper().getProxy().getConnection();
+ client = &getChannel(0).getAdapter().getProxy().getConnection();
client->start(
header.getMajor(), header.getMinor(),
properties, mechanisms, locales);