1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Put a comment on L_NSE.

This commit is contained in:
david
2012-08-01 19:44:31 +00:00
parent 762207f02e
commit 87e3c861aa

View File

@@ -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)