Skip to content
Snippets Groups Projects
Commit a66b2795 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo

parent fa3ebd98
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ class SASL(PlugIn):
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment