Initialize rsyncpid and httppid in the noop case. It seem gcc is not able
authorclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 14:05:44 +0000 (14:05 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 14:05:44 +0000 (14:05 +0000)
commit38177ce4b3deb096bcdc5d19d27a75f6acc08470
treeda4cfec848a076972b11be4396c49f3b4dbadc92
parent8a3c435df62c29ca89ecea0660d722821c928d79
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@
usr.sbin/rpki-client/main.c