commit 25c5339: [Minor] Fix crash on fuzzy delete command
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Aug 9 10:28:04 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-08-09 11:24:48 +0100
URL: https://github.com/rspamd/rspamd/commit/25c5339cd387904ba0f46f87e1cba26351ec20ea (HEAD -> master)
[Minor] Fix crash on fuzzy delete command
---
src/plugins/fuzzy_check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) {
More information about the Commits
mailing list