1
0
Fork 0
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:
Steffen Vogel 2017-09-18 22:56:40 +02:00
parent fdf5f6570e
commit 1b37013802

View file

@ -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);
}