mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Corrects a debug message. Removes confusion about any_af.
This commit is contained in:
parent
e973ad72f5
commit
bbfb5dfed6
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ local function validate_options(options)
|
|||
stdnse.debug1("Proceeding with ntlm message")
|
||||
elseif(key == 'bypass_cache' or key == 'no_cache' or key == 'no_cache_body' or key == 'any_af') then
|
||||
if(type(value) ~= 'boolean') then
|
||||
stdnse.debug1("http: options.bypass_cache, options.no_cache, and options.no_cache_body must be boolean values")
|
||||
stdnse.debug1("http: options.%s must be a boolean value", key)
|
||||
bad = true
|
||||
end
|
||||
elseif(key == 'redirect_ok') then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue