From dc4c9927d94a71a10042b0b3429c2cb8804bb9f2 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 25 Jun 2016 20:22:01 +0000 Subject: [PATCH] Fix a format string crash (missing formatted value) in targets-ipv6-map4to6 --- scripts/targets-ipv6-map4to6.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/targets-ipv6-map4to6.nse b/scripts/targets-ipv6-map4to6.nse index 821b16943..ac9262a82 100644 --- a/scripts/targets-ipv6-map4to6.nse +++ b/scripts/targets-ipv6-map4to6.nse @@ -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