Fixed bug #30565 (tcp_connect() check bound list): that check did no harm but never did anything

This commit is contained in:
goldsimon
2010-07-28 16:48:51 +00:00
parent 7f7df4ae19
commit cd22a8d851
2 changed files with 6 additions and 2 deletions

View File

@@ -229,6 +229,10 @@ HISTORY
++ Bugfixes:
2010-07-27: Simon Goldschmidt
* tcp.c: Fixed bug #30565 (tcp_connect() check bound list): that check did no
harm but never did anything
2010-07-21: Simon Goldschmidt
* ip.c: Fixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLINE does not
add IP options)