summaryrefslogtreecommitdiff
path: root/python/commands
diff options
context:
space:
mode:
Diffstat (limited to 'python/commands')
-rwxr-xr-xpython/commands/qpid-config2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/commands/qpid-config b/python/commands/qpid-config
index 23a054f497..054ea39e94 100755
--- a/python/commands/qpid-config
+++ b/python/commands/qpid-config
@@ -108,6 +108,8 @@ class BrokerManager:
def Disconnect (self):
self.mclient.removeChannel (self.mchannel)
+ self.session.close(timeout=10)
+ self.conn.close(timeout=10)
def Overview (self):
self.ConnectToBroker ()