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:
@ -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"
|
||||
};
|
||||
|
Reference in New Issue
Block a user