From: Vsevolod Stakhov Date: Sun, 7 Aug 2022 22:13:37 +0000 (+0100) Subject: [Minor] Oops, forgot to save a file: fix compilation error X-Git-Tag: 3.3~89 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a60d2ad4763563296d4befee01942880d78df34;p=rspamd.git [Minor] Oops, forgot to save a file: fix compilation error --- diff --git a/src/libserver/symcache/symcache_item.hxx b/src/libserver/symcache/symcache_item.hxx index 034a26e2c..594e4bddf 100644 --- a/src/libserver/symcache/symcache_item.hxx +++ b/src/libserver/symcache/symcache_item.hxx @@ -349,7 +349,7 @@ public: /* Likely a callback symbol with some virtual symbol that needs to be adjusted */ for (const auto &cld: get_children().value().get()) { if (cld->get_name() == sym_name) { - cld->inc_frequency(sym_name); + cld->inc_frequency(sym_name, cache); } } }