Fixed bug #28865 (Cannot close socket/netconn in non-blocking connect)

This commit is contained in:
goldsimon
2010-02-12 15:21:37 +00:00
parent 39df7d048c
commit c73b1b4fa2
2 changed files with 9 additions and 1 deletions

View File

@@ -110,6 +110,10 @@ HISTORY
++ Bugfixes:
2010-02-12: Simon Goldschmidt/Stephane Lesage
* api_msg.c: Fixed bug #28865 (Cannot close socket/netconn in non-blocking
connect)
2010-02-12: Simon Goldschmidt
* mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h)