This commit is contained in:
Yann Leboulanger 2009-03-18 07:10:18 +00:00
parent cfd0b4835a
commit 9900698dc5
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class NonBlockingNonSASL(PlugIn):
''' Caches username, password and resource for auth. '''
PlugIn.__init__(self)
self.user = user
if self.password is None:
if password is None:
self.password = ''
else:
self.password = password