summaryrefslogtreecommitdiff
path: root/python/qmf/console.py
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2009-11-18 20:43:54 +0000
committerNuno Santos <nsantos@apache.org>2009-11-18 20:43:54 +0000
commit8740ad3c58503942aa95f9c07f643d394f8cf02b (patch)
tree0d5da7051ed2e4bb6ad6557b58338620148edad6 /python/qmf/console.py
parent6a87d58f628d6939b894f55d031025bb3950f8b8 (diff)
downloadqpid-python-8740ad3c58503942aa95f9c07f643d394f8cf02b.tar.gz
fix handling of localhost ipv6 address when using getaddrinfo
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qmf/console.py')
-rw-r--r--python/qmf/console.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qmf/console.py b/python/qmf/console.py
index 7e0341c6c1..859ed94229 100644
--- a/python/qmf/console.py
+++ b/python/qmf/console.py
@@ -102,7 +102,6 @@ class BrokerURL(URL):
self.port = 5671
else:
self.port = 5672
- socket.getaddrinfo(self.host, self.port)[0][4][0]
self.authName = None
self.authPass = None
if self.user: