mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Actually show the error message from ReceivePacket failure.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user