commit 5a60d2a: [Minor] Oops, forgot to save a file: fix compilation error

Vsevolod Stakhov vsevolod at rspamd.com
Sun Aug 7 22:21:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-08-07 23:13:37 +0100
URL: https://github.com/rspamd/rspamd/commit/5a60d2ad4763563296d4befee01942880d78df34 (HEAD -> master)

[Minor] Oops, forgot to save a file: fix compilation error

---
 src/libserver/symcache/symcache_item.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 					}
 				}
 			}


More information about the Commits mailing list