mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Removed unused variable (compiler warning).
This commit is contained in:
parent
1e0b42bf57
commit
8475399cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue