Fixed bug #35817: do_connect() invalidly signals op_completed for UDP/RAW with LWIP_TCPIP_CORE_LOCKING==1

This commit is contained in:
goldsimon
2012-03-25 14:56:41 +02:00
parent f8af1a7443
commit 8dbf572ea5
2 changed files with 44 additions and 31 deletions

View File

@@ -76,6 +76,10 @@ HISTORY
++ Bugfixes:
2012-03-25: Simon Goldschmidt
* api_msg.c: Fixed bug #35817: do_connect() invalidly signals op_completed
for UDP/RAW with LWIP_TCPIP_CORE_LOCKING==1
2012-03-25: Simon Goldschmidt
* api_msg.h, api_lib.c, api_msg.c, netifapi.c: fixed bug #35931: Name space
pollution in api_msg.c and netifapi.c