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