Nmap Development mailing list archives
[NSE] Rmi dumpregistry patch
From: Martin Holst Swende <martin () swende se>
Date: Sat, 15 Jan 2011 21:10:41 +0100
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
/Martin
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- [NSE] Rmi dumpregistry patch Martin Holst Swende (Jan 15)
- Re: [NSE] Rmi dumpregistry patch David Fifield (Jan 15)
