1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Fix to rmi.doh by Martin Swende.

This commit is contained in:
david
2011-01-16 05:07:22 +00:00
parent b27c8e29d7
commit 596d2bf477

View File

@@ -57,6 +57,7 @@ end
-- end
local function doh(str,...)
stdnse.print_debug("RMI-ERR:"..tostring(str), unpack(arg))
return false, str
end
---