Fixed bug #27955: netconn_close may nether return when LWIP_TCPIP_CORE_LOCKING enabled

This commit is contained in:
goldsimon 2009-11-22 16:08:52 +00:00
parent 6bb7f987f2
commit 8a81cb4ba0

View File

@ -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);
}
}