aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rule-context.c')
-rw-r--r--filter/rule-context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/rule-context.c b/filter/rule-context.c
index 61fa4cbf1b..291f9d303f 100644
--- a/filter/rule-context.c
+++ b/filter/rule-context.c
@@ -150,6 +150,8 @@ rule_context_init(RuleContext *rc)
rc->part_set_map = g_hash_table_new(g_str_hash, g_str_equal);
rc->rule_set_map = g_hash_table_new(g_str_hash, g_str_equal);
+
+ rc->flags = RULE_CONTEXT_GROUPING;
}
static void