diff options
author | Maria Matejka <mq@jmq.cz> | 2019-06-25 16:18:06 +0200 |
---|---|---|
committer | Maria Matejka <mq@jmq.cz> | 2019-06-25 16:18:06 +0200 |
commit | 63e7620462b80c9c6bbbd4f128b6816e0748d6c6 (patch) | |
tree | 8f7169ca0fc3f94f089b90ea9b8e5137a68944c6 /conf/cf-lex.l | |
parent | a84b8b6ebb2b6825b7059e34cfaafe405ab0117e (diff) |
Conf/Filters: Moved argument count to conf scope
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 09f3db8d..0aa9273f 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -742,6 +742,7 @@ cf_push_scope(struct symbol *sym) conf_this_scope = s; s->active = 1; s->name = sym; + s->slots = 0; } /** |