re-add missing variable

This commit is contained in:
Yann Leboulanger 2007-03-28 14:28:03 +00:00
parent 113586a0db
commit c9f9c12c2c
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ class Connection(ConnectionHandlers):
self._register_handlers(con, con_type)
name = gajim.config.get_per('accounts', self.name, 'name')
hostname = gajim.config.get_per('accounts', self.name, 'hostname')
self.connection = con
fpr_good = self._check_fingerprint(con, con_type)