diff options
Diffstat (limited to 'src/lua/lua_dns.c')
-rw-r--r-- | src/lua/lua_dns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_dns.c b/src/lua/lua_dns.c index 5e926ca2d..1944f0a20 100644 --- a/src/lua/lua_dns.c +++ b/src/lua/lua_dns.c @@ -346,7 +346,6 @@ luaopen_dns_resolver (lua_State * L) lua_pushstring (L, "rspamd{resolver}"); lua_rawset (L, -3); - lua_newtable(L); { LUA_ENUM(L, RDNS_REQUEST_A, RDNS_REQUEST_A); LUA_ENUM(L, RDNS_REQUEST_PTR, RDNS_REQUEST_PTR); |