From 68dc1090ae620e0bd2f24401ebfaa97ff9a7291a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 13 Jan 2020 21:37:59 +0000 Subject: [PATCH] [Minor] Lua_text: Set class properly --- src/lua/lua_text.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5