!299 删除PRINTK维测log
Merge pull request !299 from 刘建东/OpenHarmony_1.0.1_release
This commit is contained in:
2
net/lwip-2.1/porting/src/sockets.c
Executable file → Normal file
2
net/lwip-2.1/porting/src/sockets.c
Executable file → Normal file
@@ -1570,8 +1570,6 @@ int socks_close(int sockfd)
|
||||
SYS_ARCH_UNPROTECT(lev);
|
||||
done_socket(sock);
|
||||
return lwip_close(sockfd);
|
||||
} else {
|
||||
PRINTK("no close socket s_refcount = %d\n", sock->s_refcount);
|
||||
}
|
||||
|
||||
sock->s_refcount--;
|
||||
|
||||
Reference in New Issue
Block a user