mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Fixes bug in debug statement in msrpc.lua
This commit is contained in:
parent
0b1d7652b8
commit
0a33672e18
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ function call_function(smbstate, opnum, arguments)
|
|||
arguments
|
||||
)
|
||||
|
||||
stdnse.debug3("MSRPC: Calling function 0x%02x with %d bytes of arguments", #arguments, opnum)
|
||||
stdnse.debug3("MSRPC: Calling function 0x%02x with %d bytes of arguments", opnum, #arguments)
|
||||
|
||||
-- Pass the information up to the smb layer
|
||||
status, result = smb.write_file(smbstate, data, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue