mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix VIMAGE build.
This commit is contained in:
parent
be483be81d
commit
fe07a9d08f
1 changed files with 1 additions and 1 deletions
|
|
@ -7608,7 +7608,7 @@ key_destroy(void)
|
|||
TAILQ_INIT(&drainq);
|
||||
SPTREE_WLOCK();
|
||||
for (i = 0; i < IPSEC_DIR_MAX; i++) {
|
||||
TAILQ_CONCAT(&drainq, &V_sptree[dir], chain);
|
||||
TAILQ_CONCAT(&drainq, &V_sptree[i], chain);
|
||||
}
|
||||
SPTREE_WUNLOCK();
|
||||
sp = TAILQ_FIRST(&drainq);
|
||||
|
|
|
|||
Loading…
Reference in a new issue