fix wrong char

This commit is contained in:
Yann Leboulanger 2007-06-03 15:12:57 +00:00
parent ecd995fda3
commit f4c3786dc6
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ class Connection(ConnectionHandlers):
try:
errnum = con.Connection.ssl_errnum
except AttributeError:
errnum = -1 # we don't have an errnum
errnum = -1 # we don't have an errnum
if errnum > 0:
# FIXME: tell the user that the certificat is untrusted, and ask him what to do
try: