net: Allow binding of unspecified address without address existance
authorRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 09:12:41 +0000 (10:12 +0100)
committerRoy Marples <roy@marples.name>
Wed, 20 Oct 2021 09:12:41 +0000 (10:12 +0100)
commitdf1f560804c49d48ededb1bf4ccf175c158db2de
tree58d3e9c294ebf1ca362c76cd085844340f93dc57
parentdca89e4405b90a43fd957e5344ae863b02ae2727
net: Allow binding of unspecified address without address existance

This removes a broken check. The comment says it's broken, but
it's only broken by it's existance.
sys/netinet/in_pcb.c
sys/netinet6/in6_pcb.c