igmp.c: Fix bug #20595 to accept IGMPv3 "Query" messages.

This commit is contained in:
fbernon
2007-07-26 17:10:56 +00:00
parent 33054a18db
commit 42eead8f41
2 changed files with 10 additions and 8 deletions

View File

@@ -256,6 +256,9 @@ HISTORY
++ Bug fixes:
2007-07-26 Frédéric Bernon (and "thedoctor")
* igmp.c: Fix bug #20595 to accept IGMPv3 "Query" messages.
2007-07-25 Simon Goldschmidt
* api_msg.c, tcp.c: Another fix for bug #20021: by not returning an error if
tcp_output fails in tcp_close, the code in do_close_internal gets simpler