diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-09 11:24:48 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-09 11:24:48 +0100 |
commit | 25c5339cd387904ba0f46f87e1cba26351ec20ea (patch) | |
tree | b89a2931e66953a8a80d9af247a9cf30cef9eda8 /src/plugins/fuzzy_check.c | |
parent | f985d29e6ab396a853474fca0cba086533057ff1 (diff) | |
download | rspamd-25c5339cd387904ba0f46f87e1cba26351ec20ea.tar.gz rspamd-25c5339cd387904ba0f46f87e1cba26351ec20ea.zip |
[Minor] Fix crash on fuzzy delete command
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index d8e98059c..b39563dce 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -2495,7 +2495,7 @@ fuzzy_controller_io_callback (gint fd, short what, void *arg) (gint)sizeof (rep->digest), rep->digest, symbol, rep->v1.flag, - MESSAGE_FIELD (session->task, message_id)); + MESSAGE_FIELD_CHECK (session->task, message_id)); } else { if (rep->v1.value == 401) { |