mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed copy&paste mistake
This commit is contained in:
parent
5bd0c9cf1e
commit
3c1c052041
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ int config_parse_node(config_setting_t *cfg, struct list *nodes, struct settings
|
|||
if (!config_setting_lookup_int(cfg, "combine", &n->combine))
|
||||
n->combine = 1;
|
||||
|
||||
if (!config_setting_lookup_int(cfg, "affinity", &n->combine))
|
||||
if (!config_setting_lookup_int(cfg, "affinity", &n->affinity))
|
||||
n->affinity = set->affinity;
|
||||
|
||||
list_push(nodes, n);
|
||||
|
|
Loading…
Add table
Reference in a new issue