mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove redundant code
This commit is contained in:
parent
7a989ff957
commit
81b0568452
1 changed files with 0 additions and 1 deletions
|
|
@ -276,7 +276,6 @@ local function get_quoted_string(s, offset, crlf)
|
|||
-- continuation." So there are really two definitions of quoted-string,
|
||||
-- depending on whether it's in a header field or not. This function does
|
||||
-- not allow CRLF.
|
||||
c = s:sub(i, i)
|
||||
if c ~= "\t" and c:match("^[\0\001-\031\127]$") then
|
||||
error(string.format("Unexpected control character in quoted-string: 0x%02X.", c:byte(1)))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue