mirror of
https://github.com/systemd/systemd.git
synced 2026-07-27 03:39:09 +00: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