added one more level of MSSQL version check (if first fails for some reason)

This commit is contained in:
Miroslav Stampar
2010-12-17 21:01:14 +00:00
parent 07609bfb53
commit b4450c6ddd
3 changed files with 12 additions and 2 deletions

View File

@@ -134,8 +134,6 @@ class Fingerprint(GenericFingerprint):
if not conf.extensiveFp:
return True
kb.dbmsVersion = None
return True
else:
warnMsg = "the back-end DBMS is not SAP MaxDB"