mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +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) {
|
||||
l_warn("netconfig: Network configuration with the IP addresses "
|
||||
"is disabled.");
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
rtnl = l_netlink_new(NETLINK_ROUTE);
|
||||
|
Loading…
Reference in New Issue
Block a user