mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Actually show the error message from ReceivePacket failure.
This commit is contained in:
parent
d1eae0196a
commit
e7f22c5aed
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ local rpcGrinder = function(host, port, iterator, result)
|
|||
|
||||
status, data = rpcConn:ReceivePacket()
|
||||
if not status then
|
||||
stdnse.print_debug("%s ReceivePacket(): %s", SCRIPT_NAME, err)
|
||||
stdnse.print_debug("%s ReceivePacket(): %s", SCRIPT_NAME, data)
|
||||
condvar "signal";
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue