From f84b86d901c8ba53147ae89bce894f58e0448be3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 26 Oct 2020 12:14:17 +0000 Subject: [Rework] Track maps origins --- test/rspamd_radix_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rspamd_radix_test.c') diff --git a/test/rspamd_radix_test.c b/test/rspamd_radix_test.c index 5841dd10f..9a637344c 100644 --- a/test/rspamd_radix_test.c +++ b/test/rspamd_radix_test.c @@ -78,7 +78,7 @@ struct _tv { static void rspamd_radix_test_vec (void) { - radix_compressed_t *tree = radix_create_compressed (); + radix_compressed_t *tree = radix_create_compressed (NULL); struct _tv *t = &test_vec[0]; struct in_addr ina; struct in6_addr in6a; @@ -209,7 +209,7 @@ rspamd_radix_test_func (void) { struct btrie *btrie; rspamd_mempool_t *pool; - radix_compressed_t *comp_tree = radix_create_compressed (); + radix_compressed_t *comp_tree = radix_create_compressed (NULL); struct { guint32 addr; guint32 mask; -- cgit v1.2.3