mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Put a comment on L_NSE.
This commit is contained in:
parent
762207f02e
commit
87e3c861aa
1 changed files with 1 additions and 0 deletions
|
|
@ -617,6 +617,7 @@ void nse_gettarget (lua_State *L, int index)
|
|||
lua_replace(L, -2);
|
||||
}
|
||||
|
||||
/* Global persistent Lua state used by the engine. */
|
||||
static lua_State *L_NSE = NULL;
|
||||
|
||||
void open_nse (void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue