diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-13 17:03:27 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-13 17:07:23 +0100 |
commit | 70cbb6d39a06eb6f71832517bfd788ad217b6965 (patch) | |
tree | 5e0e41033565b271021072aa5c2455f0e79a91a7 /src/lua/lua_util.c | |
parent | d2af2a1d52a8f9b26b7c77b12ce555db24f07df4 (diff) | |
download | rspamd-70cbb6d39a06eb6f71832517bfd788ad217b6965.tar.gz rspamd-70cbb6d39a06eb6f71832517bfd788ad217b6965.zip |
[Rework] Rework exceptions and newlines processing
Diffstat (limited to 'src/lua/lua_util.c')
-rw-r--r-- | src/lua/lua_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index ccbcec6e6..6ce4179f1 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -733,7 +733,7 @@ lua_util_tokenize_text (lua_State *L) gsize len, pos, ex_len, i; GList *exceptions = NULL, *cur; struct rspamd_lua_text *t; - struct process_exception *ex; + struct rspamd_process_exception *ex; GArray *res; rspamd_ftok_t *w; gboolean compat = FALSE; |