summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionHandler.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-12-19 21:22:50 +0000
committerAlan Conway <aconway@apache.org>2012-12-19 21:22:50 +0000
commit029bce5f1e09182bed06d5ce61cc17c1eea5bcc0 (patch)
tree3890cc4bb71f2dd1cc6cf84a0f62fc056181de3c /cpp/src/qpid/broker/SessionHandler.cpp
parent3b0bed3ac80c3ce05a42f662965ecf13559360ac (diff)
downloadqpid-python-029bce5f1e09182bed06d5ce61cc17c1eea5bcc0.tar.gz
QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp
index 0874a6a28e..40ab40a90c 100644
--- a/cpp/src/qpid/broker/SessionHandler.cpp
+++ b/cpp/src/qpid/broker/SessionHandler.cpp
@@ -111,7 +111,7 @@ void SessionHandler::attachAs(const std::string& name)
// Delay creating management object till attached(). In a cluster,
// only the active link broker calls attachAs but all brokers
// receive the subsequent attached() call.
- session.reset(new SessionState(connection.getBroker(), *this, id, config, true));
+ session.reset(new SessionState(connection.getBroker(), *this, id, config));
sendAttach(false);
}