From: Vsevolod Stakhov Date: Wed, 23 Apr 2014 15:26:11 +0000 (+0100) Subject: Fix loading of lua_dns module. X-Git-Tag: 0.7.0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf646b79b7a11003d049af68d18d1dbd88bce8fb;p=thirdparty%2Frspamd.git Fix loading of lua_dns module. --- diff --git a/src/lua/lua_dns.c b/src/lua/lua_dns.c index 5e926ca2d3..1944f0a205 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);