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