summaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-13 09:29:03 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-13 09:29:03 +0100
commit3438e1aa65727fb2b9be0ffd7052372520beb88d (patch)
tree228ee323703d58083f8ac27449973843516fe2d7 /src/libserver/protocol.c
parent9fb4a7f6e61d361b46eaae0c6b8dbe2805905e36 (diff)
downloadrspamd-3438e1aa65727fb2b9be0ffd7052372520beb88d.tar.gz
rspamd-3438e1aa65727fb2b9be0ffd7052372520beb88d.zip
Implement the concept of nested sections.
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 6b76a401f..c32eda21a 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -554,6 +554,7 @@ rspamd_protocol_control_parser_init (void)
sub = rspamd_rcl_add_section (&control_parser,
"*",
NULL,
+ NULL,
UCL_OBJECT,
FALSE,
TRUE);