mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
@@ -79,6 +79,7 @@ local function processURL(host, port, url_iter, result)
|
||||
break
|
||||
end
|
||||
|
||||
local response
|
||||
status, response = helper:describe(url)
|
||||
if ( not(status) ) then
|
||||
stdnse.print_debug(2, "ERROR: Sending DESCRIBE request to url: %s", url)
|
||||
|
||||
Reference in New Issue
Block a user