Fix do_delconn when used with LWIP_TCPIP_CORE_LOCKING=1 on "non-TCP" connections...

This commit is contained in:
fbernon 2007-07-24 17:27:48 +00:00
parent d5a174364a
commit a1d8335a8c

View File

@ -524,7 +524,7 @@ do_delconn(struct api_msg_msg *msg)
}
if (msg->conn->mbox != SYS_MBOX_NULL) {
TCPIP_APIMSG_ACK(msg);
sys_mbox_post(msg->conn->mbox, NULL);
}
}