1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 03:29:02 +00:00

nse-check-globals cleanup

This commit is contained in:
patrik
2012-08-31 15:22:29 +00:00
parent 13411ab6d1
commit f9e457ec7c

View File

@@ -1228,6 +1228,7 @@ function epmapper_lookup(smbstate,handle)
--skip object ,
pos = pos + 16
pos = pos + 8
local annotation_length
pos,annotation_length = bin.unpack("<I",data,pos)
if annotation_length > 1 then
lookup_response.annotation = string.sub(data,pos,pos+annotation_length-2)