1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Fix a bug with declaring parse_set_cookie local twice

This commit is contained in:
dmiller
2015-11-04 03:57:17 +00:00
parent 8029a3186b
commit 521226cd63

View File

@@ -726,7 +726,7 @@ end
-- along with the backwards-compatibility suggestions from its section 10,
-- "HISTORICAL". Values need not be quoted, but if they start with a quote they
-- will be interpreted as a quoted string.
local function parse_set_cookie(s)
parse_set_cookie = function (s)
local name, value
local _