[systemd-commits] src/network

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Wed Apr 8 15:06:08 PDT 2015


 src/network/networkd-link.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8489a3b7692f0f9206ad86951f14828bc78692a0
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Apr 9 00:05:22 2015 +0200

    networkd: do not assign the variable twice

diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
index 3bd37d8..be9e5ed 100644
--- a/src/network/networkd-link.c
+++ b/src/network/networkd-link.c
@@ -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);



More information about the systemd-commits mailing list