From 596d2bf477fb7f3561be6296ef2cf9cbebbc3848 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 16 Jan 2011 05:07:22 +0000 Subject: [PATCH] Fix to rmi.doh by Martin Swende. --- nselib/rmi.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nselib/rmi.lua b/nselib/rmi.lua index 117285106..0dd2ce6ee 100644 --- a/nselib/rmi.lua +++ b/nselib/rmi.lua @@ -57,6 +57,7 @@ end -- end local function doh(str,...) stdnse.print_debug("RMI-ERR:"..tostring(str), unpack(arg)) + return false, str end --- @@ -1537,4 +1538,4 @@ local RMIMessage = { STREAM_MAGIC = 0xaced STREAM_VERSION = 5 -baseWireHandle = 0x7E0000 \ No newline at end of file +baseWireHandle = 0x7E0000