Another missed V_ instance

This commit is contained in:
Julian Elischer 2008-08-25 05:57:56 +00:00
parent 7ddc7b1390
commit 2c0d658fca

View file

@ -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,