1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 15:49:02 +00:00

Fix false positive in smb-vuln-cve2009-3103

This commit is contained in:
dmiller
2016-08-30 04:56:16 +00:00
parent 19c6146d1e
commit da8d868a9e

View File

@@ -173,6 +173,5 @@ action = function(host)
vuln_table.state = vulns.STATE.NOT_VULN
end
end
vuln_table.state = vulns.STATE.VULN
return vuln_report:make_output(vuln_table)
end