mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
networkd: trivial style cleanup
This commit is contained in:
@@ -109,7 +109,7 @@ static int ipv4ll_address_handler(sd_netlink *rtnl, sd_netlink_message *m, void
|
||||
|
||||
link->ipv4ll_address = true;
|
||||
|
||||
if (link->ipv4ll_route == true)
|
||||
if (link->ipv4ll_route)
|
||||
link_check_ready(link);
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user