mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Simplify a boolean condition.
This commit is contained in:
parent
d27e378879
commit
ad65ddb777
1 changed files with 0 additions and 1 deletions
|
|
@ -500,7 +500,6 @@ do
|
|||
|
||||
print_debug(2, "Script %s was selected by %s%s.",
|
||||
basename,
|
||||
script_params.selection and
|
||||
script_params.selection or "(unknown)",
|
||||
script_params.forced and " and forced to run" or "");
|
||||
local script_closure_generator = loadscript(filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue