From: Vsevolod Stakhov Date: Tue, 3 Dec 2019 11:15:52 +0000 (+0000) Subject: [Minor] Forgot to list method X-Git-Tag: 2.3~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35de6fb5501aa829cd2b327ff6c9893bbc75a8a2;p=thirdparty%2Frspamd.git [Minor] Forgot to list method --- diff --git a/src/lua/lua_spf.c b/src/lua/lua_spf.c index 478a7bbc2d..c7ab5d4f8a 100644 --- a/src/lua/lua_spf.c +++ b/src/lua/lua_spf.c @@ -47,6 +47,7 @@ static luaL_reg rspamd_spf_record_m[] = { LUA_INTERFACE_DEF (spf_record, get_ttl), LUA_INTERFACE_DEF (spf_record, get_digest), LUA_INTERFACE_DEF (spf_record, get_elts), + LUA_INTERFACE_DEF (spf_record, get_timestamp), {"__gc", lua_spf_record_dtor}, {NULL, NULL}, };