mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Fixed an undeclared variable.
This commit is contained in:
@@ -99,6 +99,7 @@ end
|
||||
-- @return response String with supported methods
|
||||
function default_test(host, port)
|
||||
local fstatus = false
|
||||
local cstatus = false
|
||||
local response = ""
|
||||
local get_status, head_status, conn_status
|
||||
local get_r1, get_r2, get_r3
|
||||
|
||||
Reference in New Issue
Block a user