CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/18 08:05:44
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Initialize rsyncpid and httppid in the noop case. It seem gcc is not able
to realize that the pids are initialized if !noop and not accessed if noop.
OK job@ tb@
