1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a typo

This commit is contained in:
nnposter
2019-03-06 05:30:15 +00:00
parent be802e321f
commit 4fb51d6a3e

View File

@@ -1343,7 +1343,7 @@ function readFieldDesc(dis)
-- on the field
local status, fieldclassname = readTypeString(dis)
if not status then return doh("Could not read data") end
if char == '[s' then
if char == '[' then
fieldType = fieldclassname .. " []"
else
fieldType = fieldclassname