diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-12 12:35:34 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-12 12:35:34 +0000 |
commit | 5b164a3083e72e44e3e01555ccf346ad9f190573 (patch) | |
tree | c966a1e4e660914a85d5b91992695ac2f1f46b6b /src/plugins/fuzzy_check.c | |
parent | 5ca99b91a7b16f0d02fe7723f5ea4f58a0e9ef4c (diff) | |
download | rspamd-5b164a3083e72e44e3e01555ccf346ad9f190573.tar.gz rspamd-5b164a3083e72e44e3e01555ccf346ad9f190573.zip |
[Minor] Forgot to save in IDE
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |