Re: rpki-client: drop some dead code
On Tue, Apr 19, 2022 at 10:04:26PM +0200, Theo Buehler wrote: > I first wanted to change the %i to a %d, then I noticed that timeout < 1 > can't be true since timeout != 0 and 0 <= timeout <= 24*60*60. Makes sense. OK claudio@ > Index: main.c > ===
rpki-client: drop some dead code
I first wanted to change the %i to a %d, then I noticed that timeout < 1 can't be true since timeout != 0 and 0 <= timeout <= 24*60*60. Index: main.c === RCS file: /cvs/src/usr.sbin/rpki-client/main.c,v retrieving revision 1.196 diff