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:
parent
11c4c61952
commit
f1a671abbb
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue