From b1ad015fe2670bc3e5471c5e350e243cca948dcf Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 19 Apr 2007 17:56:21 +0000 Subject: Some dtx related updates. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@530500 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/Connection.cpp') 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); -- cgit v1.2.1