mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Cosmetic fix: consistently return 'false' in the hostrule
This commit is contained in:
parent
bba444c842
commit
cc4310b6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue