IssueNo:#I3UKNE
Description:delete PRINTK log Sig:phone Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: YOUR_NAME <liujiandong1@huawei.com>
This commit is contained in:
parent
c059be5ec8
commit
ece0e8ae06
|
@ -1570,8 +1570,6 @@ int socks_close(int sockfd)
|
||||||
SYS_ARCH_UNPROTECT(lev);
|
SYS_ARCH_UNPROTECT(lev);
|
||||||
done_socket(sock);
|
done_socket(sock);
|
||||||
return lwip_close(sockfd);
|
return lwip_close(sockfd);
|
||||||
} else {
|
|
||||||
PRINTK("no close socket s_refcount = %d\n", sock->s_refcount);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sock->s_refcount--;
|
sock->s_refcount--;
|
||||||
|
|
Loading…
Reference in New Issue