1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 13:41:29 +00:00

Cosmetic fix: consistently return 'false' in the hostrule

This commit is contained in:
henri
2011-09-14 10:03:41 +00:00
parent bba444c842
commit cc4310b6d0

View File

@@ -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