name is login, not account name

This commit is contained in:
Yann Leboulanger 2005-10-14 19:37:08 +00:00
parent 27ee476990
commit f92a137158
1 changed files with 0 additions and 1 deletions

View File

@ -1815,7 +1815,6 @@ class Connection:
# If a connection already exist we cannot create a new account
if self.connection:
return
config['name'] = name
con, con_type = self.connect(config)
if not con_type:
return None