As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to
get kernel compiled with INET6 to boot.
This commit is contained in:
parent
71fdede153
commit
561391ed94
@ -622,6 +622,7 @@ in6_pcbdetach(inp)
|
||||
ip_freemoptions(inp->inp_moptions);
|
||||
|
||||
inp->inp_vflag = 0;
|
||||
INP_LOCK_DESTROY(inp);
|
||||
uma_zfree(ipi->ipi_zone, inp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user