1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixed compiler error about missing member

This commit is contained in:
Steffen Vogel 2015-10-14 14:52:50 +02:00
parent 11c4c61952
commit f1a671abbb

View file

@ -272,7 +272,6 @@ int config_parse_node(config_setting_t *cfg, struct list *nodes, struct settings
n->affinity = set->affinity;
list_push(nodes, n);
list_push(&vt->nodes, n);
return ret;
}