changeset b1153c146cfa in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=b1153c146cfa
description: fix typo

diffstat:

 src/common/xmpp/auth_nb.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 80d2f71e364c -r b1153c146cfa src/common/xmpp/auth_nb.py
--- a/src/common/xmpp/auth_nb.py        Sun Aug 21 23:14:11 2011 +0200
+++ b/src/common/xmpp/auth_nb.py        Mon Aug 22 09:10:50 2011 +0200
@@ -427,7 +427,7 @@
         elif 'rspauth' in chal:
             # Check rspauth value
             if chal['rspauth'] != self.digest_rspauth:
-                on_auth_fail('rspauth is wrong'):
+                on_auth_fail('rspauth is wrong')
             self._owner.send(str(Node('response', attrs={'xmlns':NS_SASL})))
         else:
             self.startsasl = SASL_FAILURE
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to