Commit b49e0995 by Toshio Kuratomi

Fix typo

parent b58d7470
......@@ -145,7 +145,7 @@ class LookupModule(LookupBase):
salt_field = content[sep + 1:]
if salt_field.startswith('salt='):
password = content[:sep]
salt = salt_field[len('salt=':]
salt = salt_field[len('salt='):]
else:
password = content
salt = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment