From 8feaf9efa43029f78af3f7c2ce35be4d778ee0fd Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 6 Dec 2017 23:49:30 +0200 Subject: [PATCH] [Minor] Fix use of wrong type --- 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 c078940a82..a0706830d1 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -88,7 +88,7 @@ struct fuzzy_rule { gboolean fuzzy_images; gboolean short_text_direct_hash; gint learn_condition_cb; - struct rspamd_map *skip_map; + GHashTable *skip_map; }; struct fuzzy_ctx { -- 2.47.3