From 40c8b6f844ce64fc4245e5f91e6b1eaea2fc9e94 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 2 Jun 2008 16:01:51 +0000 Subject: QPID-1113 Management cleanup and performance enhancements git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662470 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/SessionState.cpp') diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index dd8267a7d8..1ddb3f3026 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -111,7 +111,7 @@ void SessionState::attach(SessionHandler& h) { if (mgmtObject.get() != 0) { mgmtObject->set_attached (1); - mgmtObject->set_clientRef (h.getConnection().GetManagementObject()->getObjectId()); + mgmtObject->set_connectionRef (h.getConnection().GetManagementObject()->getObjectId()); mgmtObject->set_channelId (h.getChannel()); } } -- cgit v1.2.1