conf: Correctly terminate default config with CFG_END()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
e0efec0c42
commit
d3a53dc1c1
@ -86,6 +86,7 @@ static cfg_opt_t global_opts[] = {
|
||||
CFG_SEC("attr", attr_opts, CFGF_MULTI | CFGF_TITLE),
|
||||
CFG_SEC("history", history_opts, CFGF_MULTI | CFGF_TITLE),
|
||||
CFG_SEC("element", element_opts, CFGF_MULTI | CFGF_TITLE),
|
||||
CFG_END()
|
||||
};
|
||||
|
||||
float cfg_read_interval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user