mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29: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:
@@ -102,7 +102,7 @@ Response = {
|
||||
end
|
||||
table.insert(results, data)
|
||||
end
|
||||
return true, { data = results, type = MULTIBULK }
|
||||
return true, { data = results, type = Response.Type.MULTIBULK }
|
||||
end
|
||||
|
||||
return false, "Unsupported response"
|
||||
|
||||
Reference in New Issue
Block a user