1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fix snmp-brute output

This commit is contained in:
dmiller
2015-05-02 13:25:47 +00:00
parent aa840a1b8c
commit daf8c58a79

View File

@@ -283,7 +283,7 @@ action = function(host, port)
end
-- return output
return tostring(c)
return c:getTable()
else
stdnse.debug1("An error occurred: "..result.msg)
end