mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
nse-check-globals cleanup
This commit is contained in:
parent
13411ab6d1
commit
f9e457ec7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue