1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +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

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*- # Nmap Changelog ($Id$); -*-text-*-
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]
o [NSE] Added the missing broadcast category to the broadcast-listener script. o [NSE] Added the missing broadcast category to the broadcast-listener script.
[Jason DePriest] [Jason DePriest]

View File

@@ -2005,7 +2005,7 @@ Helper =
-- Give some version info back to Nmap -- Give some version info back to Nmap
if ( instance.port and instance.version ) then if ( instance.port and instance.version ) then
instance.version:PopulateNmapPortVersion( instance.port ) 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 end
end end