diff options
Diffstat (limited to 'src/lua/lua_common.c')
-rw-r--r-- | src/lua/lua_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index c658181ee..92da12d52 100644 --- a/src/lua/lua_common.c +++ b/src/lua/lua_common.c @@ -972,6 +972,7 @@ rspamd_lua_init (bool wipe_mem) luaopen_worker (L); luaopen_kann (L); luaopen_spf (L); + luaopen_tensor (L); #ifndef WITH_LUAJIT rspamd_lua_add_preload (L, "bit", luaopen_bit); lua_settop (L, 0); |