diff options
| author | 2019-02-15 20:12:13 +0000 | |
|---|---|---|
| committer | 2019-02-15 20:12:13 +0000 | |
| commit | e1ceed2907867fb9681adb18c3664866c06174d7 (patch) | |
| tree | f2e7bdd8be7e4920d5bf86530a18dfe1b3154e49 /modules/sasl | |
| parent | SCRAM.error should be within standardised errors (put raw in self.raw_error) (diff) | |
| signature | ||
Typo in comment, 'of' -> 'or' (sasl.scram)
Diffstat (limited to 'modules/sasl')
| -rw-r--r-- | modules/sasl/scram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sasl/scram.py b/modules/sasl/scram.py index b16bd448..03bc610a 100644 --- a/modules/sasl/scram.py +++ b/modules/sasl/scram.py @@ -16,7 +16,7 @@ SCRAM_ERRORS = [ "channel-binding-not-supported", "unsupported-channel-binding-type", "unknown-user", - "invalid-username-encoding", # invalid utf8 of bad SASLprep + "invalid-username-encoding", # invalid utf8 or bad SASLprep "no-resources", "other-error" ] |
