summaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r--src/cfg_xml.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c
index 60bfbf96f..a144db720 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -312,6 +312,12 @@ static struct xml_parser_rule grammar[] = {
G_STRUCT_OFFSET (struct config_file, map_timeout),
NULL
},
+ {
+ "dynamic_conf",
+ xml_handle_string,
+ G_STRUCT_OFFSET (struct config_file, dynamic_conf),
+ NULL
+ },
NULL_ATTR
},
NULL_DEF_ATTR