CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/04/07 08:26:21
Modified files: usr.sbin/rpki-client: http.c Log message: 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@