diff options
| author | Gordon Sim <gsim@apache.org> | 2007-04-19 17:56:21 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-04-19 17:56:21 +0000 |
| commit | b1ad015fe2670bc3e5471c5e350e243cca948dcf (patch) | |
| tree | cbbae911b59a34f7cbe998609ca9d14f8984ca37 /cpp/src/qpid/broker/Connection.cpp | |
| parent | e7cc3594288f5a6ed6c6565e34413823f5b8e2d8 (diff) | |
| download | qpid-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.cpp | 2 |
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); |
