mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 02:27:59 +00:00
Corrected a numeric type related to version detection against MS SQL 2008 R2 RTM. Added detection version number for MS SQL 2008 R2 SP1
This commit is contained in:
parent
da56d9c62f
commit
4cb024c21d
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ SqlServerVersionInfo =
|
|||
|
||||
local SP_LOOKUP_TABLE_2008 = { {1600, "RTM"}, {2531, "SP1"}, {4000, "SP2"}, }
|
||||
|
||||
local SP_LOOKUP_TABLE_2008R2 = { {1660, "RTM"}, }
|
||||
local SP_LOOKUP_TABLE_2008R2 = { {1600, "RTM"}, {2500, "SP1"}, }
|
||||
|
||||
|
||||
if ( not self.brandedVersion ) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue