1
0
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:
tomsellers
2011-02-16 00:25:40 +00:00
parent c8fb3889e6
commit 01bbf58b67

View File

@@ -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