diff options
| author | Gordon Sim <gsim@apache.org> | 2012-11-28 14:13:45 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-11-28 14:13:45 +0000 |
| commit | 8279c453cd8002ceccaa8278f967e3a4a78ce1d8 (patch) | |
| tree | 1df5c68bba24776fccdcf6e6e677edd0e4989d56 /qpid/cpp/src | |
| parent | fc6c37f46a02d5a85743c3432b11358a10e01c4a (diff) | |
| download | qpid-python-8279c453cd8002ceccaa8278f967e3a4a78ce1d8.tar.gz | |
QPID-4464: set container name when sending open
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.20@1414710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/amqp/Connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Connection.cpp b/qpid/cpp/src/qpid/broker/amqp/Connection.cpp index 329b4263ee..1f135cf931 100644 --- a/qpid/cpp/src/qpid/broker/amqp/Connection.cpp +++ b/qpid/cpp/src/qpid/broker/amqp/Connection.cpp @@ -157,6 +157,7 @@ void Connection::process() QPID_LOG(trace, id << " process()"); if ((pn_connection_state(connection) & REQUIRES_OPEN) == REQUIRES_OPEN) { QPID_LOG_CAT(debug, model, id << " connection opened"); + pn_connection_set_container(connection, broker.getFederationTag().c_str()); pn_connection_open(connection); } |
