mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fixed an undeclared variable.
This commit is contained in:
parent
c8fb3889e6
commit
01bbf58b67
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue