update core/bus_center/lnn/net_buscenter/src/lnn_ip_network_impl.c.

Signed-off-by:heyingjiao<heyingjiao@huawei.com>
This commit is contained in:
heyingjiao 2021-07-26 01:24:42 +00:00 committed by Gitee
parent 276eac04de
commit feddd1f9dc

View File

@ -232,7 +232,7 @@ static void IpAddrChangeEventHandler(LnnMonitorEventType event, const void *para
}
}
int32_t LnnInitIpNetwork()
int32_t LnnInitIpNetwork(void)
{
char ipAddr[IP_LEN] = {0};
char ifName[NET_IF_NAME_LEN] = {0};