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:
hsu 2002-06-12 06:01:22 +00:00
parent 71fdede153
commit 561391ed94

View File

@ -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);
}