]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: voidify sd_ipv4acd_stop() at one place
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Oct 2020 22:39:40 +0000 (07:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Oct 2020 22:39:40 +0000 (07:39 +0900)
src/network/networkd-address.c

index 61ed4995004b0ae73dd2b542e39feb9a41612548..d006199ab0bf53ba3e60981bab063bae3d5241c8 100644 (file)
@@ -1341,7 +1341,7 @@ static void static_address_on_acd(sd_ipv4acd *acd, int event, void *userdata) {
                 assert_not_reached("Invalid IPv4ACD event.");
         }
 
-        sd_ipv4acd_stop(acd);
+        (void) sd_ipv4acd_stop(acd);
 
         return;
 }