]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Oct 2019 16:09:23 +0000 (17:09 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Oct 2019 16:09:23 +0000 (17:09 +0100)
src/libserver/re_cache.c

index edbd141bde57ab073aaa0a0b6271a32273037dfb..971619bb560aaa81350d1bde6514086a821bf070 100644 (file)
@@ -1696,7 +1696,7 @@ rspamd_re_cache_compile_err (EV_P_ ev_timer *w, GError *err,
                struct rspamd_re_cache_hs_compile_cbdata *cbdata)
 {
        ev_timer_stop (EV_A_ w);
-       cbdata->cb (cbdata->total, err, cbdata->cb);
+       cbdata->cb (cbdata->total, err, cbdata->cbd);
        g_free (w);
        g_free (cbdata);
        g_error_free (err);