]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Lua_text: Set class properly
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 13 Jan 2020 21:37:59 +0000 (21:37 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 13 Jan 2020 21:37:59 +0000 (21:37 +0000)
src/lua/lua_text.c

index f24416d29e015b1c9b47331c9ea9177cd3b30a21..5c01a239b087610d24a196a33a6714d3e5bafcf2 100644 (file)
@@ -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 */