summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-08-25 05:57:56 +0000
committerjulian <julian@FreeBSD.org>2008-08-25 05:57:56 +0000
commit39424f340968c3e82f2ebe91b3a9e44661cfb41c (patch)
tree8ab6b8bde18af4bff5af4e00810cb6c9e731e2f3 /sys/netinet/udp_usrreq.c
parentde31c286161c9e1d6d40699977245edaafda1d31 (diff)
downloadFreeBSD-src-39424f340968c3e82f2ebe91b3a9e44661cfb41c.zip
FreeBSD-src-39424f340968c3e82f2ebe91b3a9e44661cfb41c.tar.gz
Another missed V_ instance
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index d864b83..52ddbec 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -167,7 +167,7 @@ udp_init(void)
INP_INFO_LOCK_INIT(&V_udbinfo, "udp");
LIST_INIT(&V_udb);
- V_udbinfo.ipi_listhead = &udb;
+ V_udbinfo.ipi_listhead = &V_udb;
V_udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB,
&V_udbinfo.ipi_hashmask);
V_udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB,
OpenPOWER on IntegriCloud