networkd: do not assign the variable twice

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-04-09 00:05:22 +02:00
parent aeb1e2c5b0
commit 8489a3b769

View file

@ -2420,7 +2420,6 @@ int link_save(Link *link) {
bool space = false;
fputs("CARRIER_BOUND_BY=", f);
space = false;
HASHMAP_FOREACH(carrier, link->bound_by_links, i) {
if (space)
fputc(' ', f);