From 2c0d658fcafa66e25aa170a48ad5dfbd561609f5 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Mon, 25 Aug 2008 05:57:56 +0000 Subject: [PATCH] Another missed V_ instance --- sys/netinet/udp_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index d864b8397dd..52ddbecd03f 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,