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:
@@ -1343,7 +1343,7 @@ function readFieldDesc(dis)
|
|||||||
-- on the field
|
-- on the field
|
||||||
local status, fieldclassname = readTypeString(dis)
|
local status, fieldclassname = readTypeString(dis)
|
||||||
if not status then return doh("Could not read data") end
|
if not status then return doh("Could not read data") end
|
||||||
if char == '[s' then
|
if char == '[' then
|
||||||
fieldType = fieldclassname .. " []"
|
fieldType = fieldclassname .. " []"
|
||||||
else
|
else
|
||||||
fieldType = fieldclassname
|
fieldType = fieldclassname
|
||||||
|
|||||||
Reference in New Issue
Block a user