1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

o [NSE] Fixed an error in the mssql library that was causing the

broadcast-ms-sql-discover script to fail when trying to update port version
  information. [Patrik]
This commit is contained in:
patrik
2011-10-24 16:42:02 +00:00
parent 3d01895e83
commit 188209bc62
2 changed files with 5 additions and 1 deletions

View File

@@ -2005,7 +2005,7 @@ Helper =
-- Give some version info back to Nmap
if ( instance.port and instance.version ) then
instance.version:PopulateNmapPortVersion( instance.port )
nmap.set_port_version( instance.host, instance.port, "hardmatched" )
--nmap.set_port_version( instance.host, instance.port, "hardmatched" )
end
end
end