1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

missing "ldra" in json config validation

This commit is contained in:
Christian Giese
2023-04-28 14:02:38 +00:00
parent 1f1ab348e1
commit 86c1cae2b3

View File

@ -2540,7 +2540,7 @@ json_parse_config(json_t *root)
if(json_is_object(section)) {
const char *schema[] = {
"enable", "ia-na", "timeout",
"enable", "ldra", "ia-na", "timeout",
"ia-pd", "rapid-commit",
"retry", "access-line"
};