From 3ebe0d3e1499243c6517aa69e22faea00facf7be Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 27 Mar 2008 20:51:42 +0000 Subject: QPID-883: applying patch supplied by Ted Ross git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641976 13f79535-47bb-0310-9956-ffa450edef68 --- python/mgmt-cli/managementdata.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/mgmt-cli') diff --git a/python/mgmt-cli/managementdata.py b/python/mgmt-cli/managementdata.py index adff05a710..badd8cd9d1 100644 --- a/python/mgmt-cli/managementdata.py +++ b/python/mgmt-cli/managementdata.py @@ -156,8 +156,7 @@ class ManagementData: self.mclient = managementClient (self.spec, self.ctrlHandler, self.configHandler, self.instHandler, self.methodReply) self.mclient.schemaListener (self.schemaHandler) - self.mch = managementChannel (self.channel, self.mclient.topicCb, self.mclient.replyCb) - self.mclient.addChannel (self.mch) + self.mch = self.mclient.addChannel (self.channel) def close (self): self.mclient.removeChannel (self.mch) -- cgit v1.2.1