quick fix

This commit is contained in:
Miroslav Stampar 2011-04-21 17:34:26 +00:00
parent e181d5412e
commit 148fb26301

View File

@ -281,9 +281,9 @@ class Fingerprint(GenericFingerprint):
result = inject.checkBooleanExpression("'W'=UPPER(MID(@@version_compile_os,1,1))")
if result:
kb.os = "Linux"
elif not result:
kb.os = "Windows"
elif not result:
kb.os = "Linux"
if kb.os:
infoMsg = "the back-end DBMS operating system is %s" % kb.os