Nmap Development mailing list archives

Re: [NSE] Rmi dumpregistry patch


From: David Fifield <david () bamsoftware com>
Date: Sat, 15 Jan 2011 21:07:33 -0800

On Sat, Jan 15, 2011 at 09:10:41PM +0100, Martin Holst Swende wrote:
Hi,

I made an error in the rmiregistry library. I have a function called doh
which is supposed to print an error message and return false, and the
message. However, I had kind of forgotten to actually implement it (doh!).

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

Applied.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: