fixed bug #33956 Wrong error returned when calling accept() on UDP connections

This commit is contained in:
Simon Goldschmidt
2011-08-24 21:12:12 +02:00
committed by goldsimon
parent e2cdf0d39d
commit 422e7963de
3 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ HISTORY
++ Bugfixes:
2011-08-24: Simon Goldschmidt
* api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling
accept() on UDP connections
2011-08-24: Simon Goldschmidt
* sockets.h: fixed bug #34057 socklen_t should be a typedef