Fixed bug #30728: tcp_new_port() did not check listen pcbs

This commit is contained in:
goldsimon
2010-08-10 20:15:31 +00:00
parent aaa8d2795e
commit 4cc36b2284
2 changed files with 4 additions and 1 deletions

View File

@@ -229,6 +229,9 @@ HISTORY
++ Bugfixes:
2010-08-10: Simon Goldschmidt
* tcp.c: Fixed bug #30728: tcp_new_port() did not check listen pcbs
2010-08-03: Simon Goldschmidt
* udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)