mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
Fix to rmi.doh by Martin Swende.
This commit is contained in:
parent
b27c8e29d7
commit
596d2bf477
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
baseWireHandle = 0x7E0000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue