diff options
Diffstat (limited to 'src/lua/lua_common.c')
-rw-r--r-- | src/lua/lua_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index 0364dff66..1077fd00e 100644 --- a/src/lua/lua_common.c +++ b/src/lua/lua_common.c @@ -221,7 +221,7 @@ rspamd_lua_init (struct rspamd_config *cfg) luaopen_url (L); luaopen_classifier (L); luaopen_statfile (L); - luaopen_glib_regexp (L); + luaopen_regexp (L); luaopen_cdb (L); luaopen_xmlrpc (L); luaopen_http (L); |