mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-27 03:21:32 +03:00
networkd: trivial style cleanup
This commit is contained in:
parent
7635ab8e74
commit
c1db1a8058
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user