]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, forgot to save a file: fix compilation error
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 7 Aug 2022 22:13:37 +0000 (23:13 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 7 Aug 2022 22:13:37 +0000 (23:13 +0100)
src/libserver/symcache/symcache_item.hxx

index 034a26e2c73a794aac0bd13c595a70f964e0c70a..594e4bddfaee607c9fff035e58af9fa031e3756a 100644 (file)
@@ -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);
                                        }
                                }
                        }