1
1
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:
Zbigniew Jędrzejewski-Szmek 2017-07-04 20:04:29 -04:00
parent 7635ab8e74
commit c1db1a8058

View File

@ -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;