diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-01-27 09:15:13 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-01-27 09:15:13 +0000 |
| commit | c3229e05a368643ab2e7e7c210b40586d041ba04 (patch) | |
| tree | 6e590a83ef8e255ffe4974380799f25266f0e781 /sys/netinet/raw_ip.c | |
| parent | 5be975adf0385ccfc40821e603dcd5169a4dd1d4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/raw_ip.c')
| -rw-r--r-- | sys/netinet/raw_ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 416cda14049f..95f364e9c1a7 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)raw_ip.c 8.7 (Berkeley) 5/15/95 - * $Id: raw_ip.c,v 1.49 1997/09/14 03:10:40 peter Exp $ + * $Id: raw_ip.c,v 1.50 1997/12/18 09:13:39 davidg Exp $ */ #include <sys/param.h> @@ -93,6 +93,7 @@ rip_init() * over the place for hashbase == NULL. */ ripcbinfo.hashbase = hashinit(1, M_PCB, &ripcbinfo.hashmask); + ripcbinfo.porthashbase = hashinit(1, M_PCB, &ripcbinfo.porthashmask); } static struct sockaddr_in ripsrc = { sizeof(ripsrc), AF_INET }; |
