mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Another missed V_ instance
This commit is contained in:
parent
7ddc7b1390
commit
2c0d658fca
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue