networkd-link: remove unused variable assignment in link_save()
authorreverendhomer <mk.43.ecko@gmail.com>
Thu, 8 Oct 2015 11:43:03 +0000 (14:43 +0300)
committerreverendhomer <mk.43.ecko@gmail.com>
Thu, 8 Oct 2015 11:43:03 +0000 (14:43 +0300)
fixes Coverity #1317207

src/network/networkd-link.c

index db3975f..ffc9578 100644 (file)
@@ -2539,7 +2539,6 @@ int link_save(Link *link) {
                                 if (space)
                                         fputc(' ', f);
                                 serialize_in6_addrs(f, in6_addrs, r);
-                                space = true;
                         }
                 }