]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] Fix build
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Jan 2017 12:15:29 +0000 (12:15 +0000)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 5 Jan 2017 16:20:37 +0000 (18:20 +0200)
src/fuzzy_storage.c

index 04b83d4b40a8836c4dc2bd1f8562e2380f39d292..bbfb586beef2562fda416695c9c54c14e2a7cc60 100644 (file)
@@ -464,8 +464,7 @@ rspamd_fuzzy_stat_callback (gint fd, gshort what, gpointer ud)
        struct rspamd_fuzzy_storage_ctx *ctx = ud;
 
        event_del (&ctx->stat_ev);
-       rspamd_fuzzy_backend_count (ctx->backend, local_db_name,
-                       fuzzy_stat_count_callback, ctx);
+       rspamd_fuzzy_backend_count (ctx->backend, fuzzy_stat_count_callback, ctx);
 }
 
 static void