mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08: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 */
|
#endif /* LWIP_TCP */
|
||||||
{
|
{
|
||||||
msg->conn->err = ERR_VAL;
|
msg->conn->err = ERR_VAL;
|
||||||
TCPIP_APIMSG_ACK(msg);
|
sys_sem_signal(msg->conn->op_completed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user