summaryrefslogtreecommitdiff
path: root/conf/flowspec.Y
diff options
context:
space:
mode:
Diffstat (limited to 'conf/flowspec.Y')
-rw-r--r--conf/flowspec.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/flowspec.Y b/conf/flowspec.Y
index dbdbdda5..102fed45 100644
--- a/conf/flowspec.Y
+++ b/conf/flowspec.Y
@@ -180,7 +180,7 @@ flow6_opts:
flow_builder_init:
{
if (this_flow == NULL)
- this_flow = flow_builder_init(&root_pool);
+ this_flow = flow_builder_init(config_pool); /* FIXME: This should be allocated from tmp in future */
else
flow_builder_clear(this_flow);
};