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:
@@ -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 _
|
||||
|
||||
|
||||
Reference in New Issue
Block a user