1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

o [NSE] Fixed a bunch of global access errors in various libraries reported by

the nse_check_globals script. [Patrik]
This commit is contained in:
patrik
2012-01-30 23:13:35 +00:00
parent 2ff581affa
commit af3734f41f
9 changed files with 19 additions and 16 deletions

View File

@@ -623,12 +623,12 @@ local function printBuffer(strData)
print(out)
end
function test()
local res
res = versionQuery()
print(type(res),res:len(),res)
local out= bin.unpack('C'..#res,res)
printBuffer(res)
end
-- function test()
-- local res
-- res = versionQuery()
-- print(type(res),res:len(),res)
-- local out= bin.unpack('C'..#res,res)
-- printBuffer(res)
-- end
--test()