Fix IPV6 listen(). It was simply a matter of a missing
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 8 May 2004 02:38:36 +0000 (02:38 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 8 May 2004 02:38:36 +0000 (02:38 +0000)
commit0ca5e4412974dce673d27f3e6bd8aed4bb185d54
tree8708d4ffb90e9befb4a02ac6d4d8313e31914e97
parent4c684a0874566882a511fd87a20d2f30a0c148db
Fix IPV6 listen().  It was simply a matter of a missing
in_pcbinswildcardhash() call.

Submitted-by: Jeffrey Hsu <hsu@freebsd.org>
Reported-by: "Erik P. Skaalerud" <erik@pentadon.com> and others
sys/netinet/tcp_usrreq.c