]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix use of wrong type
authorAndrew Lewis <nerf@judo.za.org>
Wed, 6 Dec 2017 21:49:30 +0000 (23:49 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 6 Dec 2017 21:49:30 +0000 (23:49 +0200)
src/plugins/fuzzy_check.c

index c078940a82be93d30748b5d846b7cd410c8744b8..a0706830d1c8cd34904210a601e591aa60933c35 100644 (file)
@@ -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 {