Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2a805e

Browse files
committed
Minor workaround because of latest bug fix
1 parent a777f1c commit e2a805e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/dbms/mssqlserver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ def checkDbms(self):
189189
kb.dbmsVersion = ["2005"]
190190
elif version == "0":
191191
kb.dbmsVersion = ["2000"]
192+
else:
193+
kb.dbmsVersion = ["Unknown"]
192194

193195
if kb.dbmsVersion:
194196
setDbms("Microsoft SQL Server %s" % kb.dbmsVersion[0])

0 commit comments

Comments
 (0)