Remove an unreachable error message
authortb <tb@openbsd.org>
Wed, 20 Apr 2022 04:40:33 +0000 (04:40 +0000)
committertb <tb@openbsd.org>
Wed, 20 Apr 2022 04:40:33 +0000 (04:40 +0000)
commitfa24c111af12a029cd4ef67198ee43ec0b0a7a5c
tree16820c9de023354583e8b03566fbc833070b71f5
parentbb597569f5b494b0ac7de51895ba7cbfa92a6150
Remove an unreachable error message

If timeout != 0 and 0 <= timeout <= 24*60*60, then timeout < 1 is
impossible.

ok
usr.sbin/rpki-client/main.c