From: Vsevolod Stakhov Date: Mon, 13 Jan 2020 21:37:59 +0000 (+0000) Subject: [Minor] Lua_text: Set class properly X-Git-Tag: 2.3~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68dc1090ae620e0bd2f24401ebfaa97ff9a7291a;p=rspamd.git [Minor] Lua_text: Set class properly --- diff --git a/src/lua/lua_text.c b/src/lua/lua_text.c index f24416d29..5c01a239b 100644 --- a/src/lua/lua_text.c +++ b/src/lua/lua_text.c @@ -477,6 +477,7 @@ rspamd_lua_text_push_line (lua_State *L, struct rspamd_lua_text *ntext; ntext = lua_newuserdata (L, sizeof (*ntext)); + rspamd_lua_setclass (L, "rspamd{text}", -1); ntext->start = start; ntext->len = len; ntext->flags = 0; /* Not own as it must be owned by a top object */