[net][sal] fix sockfd initialize error problem

Signed-off-by: chenyong <1521761801@qq.com>
This commit is contained in:
chenyong 2019-04-24 00:11:04 +08:00
parent 126fa9b561
commit 6f732ebb7f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ static void check_netdev_internet_up_work(struct rt_work *work, void *work_data)
#define SAL_INTERNET_MONTH_LEN 4
#define SAL_INTERNET_DATE_LEN 16
int index, sockfd = 0, result = 0;
int index, sockfd = -1, result = 0;
struct sockaddr_in server_addr;
struct hostent *host;
struct timeval timeout;