mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 04:39:01 +00:00
Removed unused variable (compiler warning).
This commit is contained in:
@@ -259,7 +259,7 @@ usesock:
|
||||
|
||||
static int gc (lua_State *L)
|
||||
{
|
||||
nse_dnet_udata *udata = (nse_dnet_udata *) luaL_checkudata(L, 1, DNET_METATABLE);
|
||||
luaL_checkudata(L, 1, DNET_METATABLE);
|
||||
|
||||
lua_pushcfunction(L, ip_close);
|
||||
lua_pushvalue(L, 1);
|
||||
|
||||
Reference in New Issue
Block a user