commit 68dc109: [Minor] Lua_text: Set class properly

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Jan 13 21:56:10 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-01-13 21:37:59 +0000
URL: https://github.com/rspamd/rspamd/commit/68dc1090ae620e0bd2f24401ebfaa97ff9a7291a

[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 */


More information about the Commits mailing list