1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 06:09:00 +00:00

changed so that the error message of the Error object is returned when a

script signals the engine to abort.
This commit is contained in:
patrik
2010-08-14 17:14:32 +00:00
parent ce0de70ae8
commit 40a66945bb

View File

@@ -479,6 +479,7 @@ Engine =
else
if ( response and response:isAbort() ) then
Engine.terminate_all = true
self.error = response:getMessage()
break
elseif( response and response:isThreadDone() ) then
break