diff --git a/scripts/firewalk.nse b/scripts/firewalk.nse index 9e90f684e..3b7180044 100644 --- a/scripts/firewalk.nse +++ b/scripts/firewalk.nse @@ -392,7 +392,7 @@ hostrule = function(host) stdnse.print_verbose("%s not running for lack of privileges.", SCRIPT_NAME) end nmap.registry[SCRIPT_NAME].rootfail = true - return nil; + return false end if nmap.address_family() ~= 'inet' then