From: Vsevolod Stakhov Date: Sat, 12 Nov 2016 12:35:34 +0000 (+0000) Subject: [Minor] Forgot to save in IDE X-Git-Tag: 1.4.0~84 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b164a3083e72e44e3e01555ccf346ad9f190573;p=rspamd.git [Minor] Forgot to save in IDE --- 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 {