* tcp.c: Fix bug #24227, wrong error message in tcp_bind.

This commit is contained in:
jifl
2008-09-30 13:50:39 +00:00
parent 6f6c8c5434
commit c231e95cce
2 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ HISTORY
++ Bugfixes:
2008-09-30 Jonathan Larmour
* tcp.c: Fix bug #24227, wrong error message in tcp_bind.
2008-08-26 Simon Goldschmidt
* inet.h, ip_addr.h: fixed bug #24132: Cross-dependency between ip_addr.h and
inet.h -> moved declaration of struct in_addr from ip_addr.h to inet.h