Handle bind() failure like connect() or socket() failure and try next
authorclaudio <claudio@openbsd.org>
Wed, 7 Apr 2021 14:26:21 +0000 (14:26 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 7 Apr 2021 14:26:21 +0000 (14:26 +0000)
commitdc8fd1cb3801c6f64cbc1e25722d9ed9676627eb
treea4b6efdc0bb3bbd51361633c7e28edd1ae01a2e9
parentddd3d95ba65af4bb9801df1469b8f3af8257bdb7
Handle bind() failure like connect() or socket() failure and try next
address if available. No other tools consider bind() errors as non-fatal
warnings so rpki-client should not behave different.
OK tb@
usr.sbin/rpki-client/http.c