Adding a comment

This commit is contained in:
Miroslav Stampar 2014-04-12 12:41:54 +02:00
parent f07bdcfda1
commit b5cca742e4

View File

@ -984,6 +984,10 @@ def banner():
dataToStdout(_, forceOutput=True)
def parsePasswordHash(password):
"""
In case of Microsoft SQL Server password hash value is expanded to its components
"""
blank = " " * 8
if not password or password == " ":