in_pcbinit() is called during boot. There malloc(9) cannot fail,
authorbluhm <bluhm@openbsd.org>
Fri, 4 Mar 2022 20:35:10 +0000 (20:35 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 4 Mar 2022 20:35:10 +0000 (20:35 +0000)
commit13d0b044979a9a3aa11d4e540beec34add62daa6
treedcc284470b767728a672a6ea196d168453b7d5c9
parent0a0dedabe7031a668a7ac624dcf485865349f9e5
in_pcbinit() is called during boot.  There malloc(9) cannot fail,
but would panic instead of waiting.  Remove needless error handling.
OK mvs@
sys/netinet/in_pcb.c