diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-11 18:00:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-11 18:00:43 +0000 |
commit | f3585bb8b0ecc2dc710c9958484748afad38fec6 (patch) | |
tree | a17c28a29c8bf44d2c1e4f28e58ee9bd4053ad5b /src/plugins | |
parent | e4abacbe1ddd0f3e7e60a53aec5d93f96702b081 (diff) | |
download | rspamd-f3585bb8b0ecc2dc710c9958484748afad38fec6.tar.gz rspamd-f3585bb8b0ecc2dc710c9958484748afad38fec6.zip |
Fix format issues found by static analysis
Diffstat (limited to 'src/plugins')
-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 42549c978..915fee49a 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1259,7 +1259,7 @@ fuzzy_generate_commands (struct rspamd_task *task, struct fuzzy_rule *rule, if (part->words == NULL || part->words->len == 0) { msg_info_task ("<%s>, part hash empty, skip fuzzy check", - task->message_id, fuzzy_module_ctx->min_hash_len); + task->message_id); continue; } |