Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 442860
Collapse All | Expand All

(-)connection.py.old (-1 / +1 lines)
Lines 1309-1315 Link Here
1309
        hostname = gajim.config.get_per('accounts', self.name, 'hostname')
1309
        hostname = gajim.config.get_per('accounts', self.name, 'hostname')
1310
        self.connection = con
1310
        self.connection = con
1311
        try:
1311
        try:
1312
            errnum = con.Connection.ssl_errnum
1312
            errnum = [con.Connection.ssl_errnum]
1313
        except AttributeError:
1313
        except AttributeError:
1314
            errnum = [] # we don't have an errnum
1314
            errnum = [] # we don't have an errnum
1315
        i = 0
1315
        i = 0

Return to bug 442860