1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

Fix a format string crash (missing formatted value) in targets-ipv6-map4to6

This commit is contained in:
dmiller
2016-06-25 20:22:01 +00:00
parent 91c379fa92
commit dc4c9927d9

View File

@@ -200,7 +200,7 @@ function prerule ()
-- be sure to have everything for work the Mapped IPv4 to IPv6
if IPv4Sub == nil then
stdnse.verbose1( "There are no IPv4 addresses to map!\z
You must provide it using the %s.IPv4Hosts script-arg.")
You must provide it using the %s.IPv4Hosts script-arg.", SCRIPT_NAME)
return false
end