CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/19 22:40:34
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Remove an unreachable error message
If timeout != 0 and 0 <= timeout <= 24*60*60, then timeout < 1 is
impossible.
ok
