1
0
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:
batrick
2011-01-07 23:51:43 +00:00
parent 1e0b42bf57
commit 8475399cd3

View File

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