aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-23 18:43:16 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-23 18:43:16 +0000
commit23b99d31a9a620b3c62848da4126dbbf0642f6db (patch)
treebeb2ae9a991c97e9c6eb3c0f8baa8a43076e0a11 /src/plugins/fuzzy_check.c
parentdb425a97b301299cc0d2cb732a5e266e83216299 (diff)
downloadrspamd-23b99d31a9a620b3c62848da4126dbbf0642f6db.tar.gz
rspamd-23b99d31a9a620b3c62848da4126dbbf0642f6db.zip
[Project] Allow to enable mempool debugging from the protocol
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r--src/plugins/fuzzy_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index 713edc41b..e8f02652d 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -2979,7 +2979,7 @@ fuzzy_process_handler (struct rspamd_http_connection_entry *conn_ent,
/* Prepare task */
task = rspamd_task_new (session->wrk, session->cfg, NULL,
- session->lang_det, conn_ent->rt->event_loop);
+ session->lang_det, conn_ent->rt->event_loop, FALSE);
task->cfg = ctx->cfg;
saved = rspamd_mempool_alloc0 (session->pool, sizeof (gint));
err = rspamd_mempool_alloc0 (session->pool, sizeof (GError *));