From 9900698dc55121f2a595adca6637a57dfa2158a7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 18 Mar 2009 07:10:18 +0000 Subject: [PATCH] typo. Fixes #4912 --- src/common/xmpp/auth_nb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/xmpp/auth_nb.py b/src/common/xmpp/auth_nb.py index 7d11ac562..f87a7aa4b 100644 --- a/src/common/xmpp/auth_nb.py +++ b/src/common/xmpp/auth_nb.py @@ -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