mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
netconfig: Fix return type for module init
This commit is contained in:
parent
802e4ad59a
commit
cd21d4d3e7
@ -1072,7 +1072,7 @@ static int netconfig_init(void)
|
|||||||
!enabled) {
|
!enabled) {
|
||||||
l_warn("netconfig: Network configuration with the IP addresses "
|
l_warn("netconfig: Network configuration with the IP addresses "
|
||||||
"is disabled.");
|
"is disabled.");
|
||||||
return false;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
rtnl = l_netlink_new(NETLINK_ROUTE);
|
rtnl = l_netlink_new(NETLINK_ROUTE);
|
||||||
|
Loading…
Reference in New Issue
Block a user