missing )

This commit is contained in:
Yann Leboulanger 2009-03-18 11:03:16 +00:00
parent 346dbc04b2
commit 9d307570df
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class SASL(PlugIn):
self._owner.send(str(node)) self._owner.send(str(node))
raise NodeProcessed raise NodeProcessed
except GSSError, e: except GSSError, e:
log.info('GSSAPI authentication failed: %s' % str(e) log.info('GSSAPI authentication failed: %s' % str(e))
if 'DIGEST-MD5' in self.mecs: if 'DIGEST-MD5' in self.mecs:
self.mecs.remove('DIGEST-MD5') self.mecs.remove('DIGEST-MD5')
node = Node('auth',attrs={'xmlns': NS_SASL, 'mechanism': 'DIGEST-MD5'}) node = Node('auth',attrs={'xmlns': NS_SASL, 'mechanism': 'DIGEST-MD5'})