diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-03-27 20:51:42 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-03-27 20:51:42 +0000 |
| commit | 1735aedd7604c28326f66b2ea912bb265647b394 (patch) | |
| tree | ff12d7f7e51b8a762fb7099c20f500f2ce648539 /qpid/python/mgmt-cli | |
| parent | 0dd4e5c7d43e33d42eac825f7ca3cbe0d1a8f9c0 (diff) | |
| download | qpid-python-1735aedd7604c28326f66b2ea912bb265647b394.tar.gz | |
QPID-883: applying patch supplied by Ted Ross
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@641976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/mgmt-cli')
| -rw-r--r-- | qpid/python/mgmt-cli/managementdata.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/python/mgmt-cli/managementdata.py b/qpid/python/mgmt-cli/managementdata.py index adff05a710..badd8cd9d1 100644 --- a/qpid/python/mgmt-cli/managementdata.py +++ b/qpid/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) |
