1
0
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:
djalal
2010-07-08 20:21:24 +00:00
parent ca0bf1da69
commit 81d927513d

View File

@@ -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