From 5b164a3083e72e44e3e01555ccf346ad9f190573 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 12 Nov 2016 12:35:34 +0000 Subject: [PATCH] [Minor] Forgot to save in IDE --- src/plugins/fuzzy_check.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index f6af2f4e2..f1e5b0602 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -2442,6 +2442,12 @@ fuzzy_process_handler (struct rspamd_http_connection_entry *conn_ent, if (io) { commands = g_ptr_array_sized_new (1); g_ptr_array_add (commands, io); + res = register_fuzzy_controller_call (conn_ent, + rule, + task, + commands, + saved, + err); } } else { -- 2.39.5