mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
networkd: do not assign the variable twice
This commit is contained in:
parent
aeb1e2c5b0
commit
8489a3b769
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user