mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Make value_follows variable local
This commit is contained in:
parent
ca0bf1da69
commit
81d927513d
1 changed files with 1 additions and 1 deletions
|
|
@ -1451,7 +1451,7 @@ NFS = {
|
|||
end,
|
||||
|
||||
LookUpDecode = function(self, comm, data, pos)
|
||||
local lookup, status, len, _ = {}
|
||||
local lookup, status, len, value_follows, _ = {}
|
||||
|
||||
status, data = comm:GetAdditionalBytes(data, pos, 4)
|
||||
if not status then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue