3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

netconfig: Fix return type for module init

This commit is contained in:
Tim Kourt 2019-10-02 13:39:59 -07:00 committed by Denis Kenzior
parent 802e4ad59a
commit cd21d4d3e7

View File

@ -1072,7 +1072,7 @@ static int netconfig_init(void)
!enabled) {
l_warn("netconfig: Network configuration with the IP addresses "
"is disabled.");
return false;
return 0;
}
rtnl = l_netlink_new(NETLINK_ROUTE);