mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-02 14:58:22 +00:00
Fixed bug #27955: netconn_close may nether return when LWIP_TCPIP_CORE_LOCKING enabled
This commit is contained in:
parent
6bb7f987f2
commit
8a81cb4ba0
@ -1160,7 +1160,7 @@ do_close(struct api_msg_msg *msg)
|
||||
#endif /* LWIP_TCP */
|
||||
{
|
||||
msg->conn->err = ERR_VAL;
|
||||
TCPIP_APIMSG_ACK(msg);
|
||||
sys_sem_signal(msg->conn->op_completed);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user