diff options
Diffstat (limited to 'filter/filter_test.c')
-rw-r--r-- | filter/filter_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter_test.c b/filter/filter_test.c index 82efae0b..be7fd521 100644 --- a/filter/filter_test.c +++ b/filter/filter_test.c @@ -43,7 +43,7 @@ run_function(const void *parsed_fn_def) /* XXX: const -> non-const */ struct f_inst *f = (struct f_inst *) parsed_fn_def; - linpool *tmp = lp_new(&root_pool, 4096); + linpool *tmp = lp_new_default(&root_pool); struct f_val res = f_eval(f, tmp); rfree(tmp); |