From 3e7627aa6dd942c78226dbc29c3dcca30bcab249 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 7 Oct 2005 10:32:42 +0000 Subject: [PATCH] fix var name --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index b4469b930..382edfae9 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1413,7 +1413,7 @@ class Connection: # ignore the priority and weight for now _t, _t, p, h = answers[0]['data'] del _t - p = int(port) + p = int(p) break except: gajim.log.debug('An error occurred while looking up %s' % query)