From: Andrew Lewis Date: Wed, 6 Dec 2017 21:49:30 +0000 (+0200) Subject: [Minor] Fix use of wrong type X-Git-Tag: 1.7.0~365 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8feaf9efa43029f78af3f7c2ce35be4d778ee0fd;p=rspamd.git [Minor] Fix use of wrong type --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index c078940a8..a0706830d 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 {