mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 19:49:11 +00:00
Make value_follows variable local
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user