This commit is contained in:
Yann Leboulanger 2011-08-22 09:10:50 +02:00
parent fa3ebd9874
commit a66b279518
1 changed files with 1 additions and 1 deletions

View File

@ -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