mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Added handling of the new NSE_STATUS_PROXYERROR case.
This commit is contained in:
parent
c9d237f26b
commit
99258673ad
3 changed files with 26 additions and 17 deletions
|
|
@ -331,6 +331,7 @@ static void status (lua_State *L, enum nse_status status)
|
|||
case NSE_STATUS_EOF:
|
||||
case NSE_STATUS_ERROR:
|
||||
case NSE_STATUS_TIMEOUT:
|
||||
case NSE_STATUS_PROXYERROR:
|
||||
lua_pushnil(L);
|
||||
lua_pushstring(L, nse_status2str(status));
|
||||
nse_restore(L, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue