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
1 changed files with 1 additions and 1 deletions

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