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 copy&paste mistake

This commit is contained in:
Steffen Vogel 2015-10-13 16:16:33 +02:00
parent 5bd0c9cf1e
commit 3c1c052041

View file

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