SASL: Fix traceback on non-hashing mechanism using channel binding.
This commit is contained in:
parent
7ddd37be29
commit
63d245ac48
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def sasl_mech(score):
|
|||
MECH_SEC_SCORES[mech.name] = mech.score
|
||||
if mech.channel_binding:
|
||||
MECHANISMS[mech.name + '-PLUS'] = mech
|
||||
MECH_SEC_SCORES[name] = mech.score + 10
|
||||
MECH_SEC_SCORES[mech.name] = mech.score + 10
|
||||
return mech
|
||||
return register
|
||||
|
||||
|
|
Loading…
Reference in a new issue