mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix bug which makes paths with multiple destination nodes unusable
This commit is contained in:
parent
fdf5f6570e
commit
1b37013802
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ int node_parse_list(struct list *list, json_t *cfg, struct list *all)
|
|||
|
||||
node = list_lookup(all, json_string_value(elm));
|
||||
if (!node)
|
||||
|
||||
goto invalid;
|
||||
|
||||
list_push(list, node);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue