summaryrefslogtreecommitdiff
path: root/filter/tree_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/tree_test.c')
-rw-r--r--filter/tree_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/tree_test.c b/filter/tree_test.c
index e224a559..5b22a9fe 100644
--- a/filter/tree_test.c
+++ b/filter/tree_test.c
@@ -20,7 +20,7 @@ start_conf_env(void)
bt_bird_init();
pool *p = rp_new(&root_pool, "helper_pool");
- linpool *l = lp_new(p, 4080);
+ linpool *l = lp_new_default(p);
cfg_mem = l;
}