Fix -n mode by setting repository states to REPO_DONE instead of the
authorclaudio <claudio@openbsd.org>
Tue, 4 Jan 2022 18:16:09 +0000 (18:16 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 4 Jan 2022 18:16:09 +0000 (18:16 +0000)
commit86bd3e152b682eafa81daf72080ee5d2786add58
tree135de174521bdab30d0e722c15de7b9a98b00b3d
parent21a11680b417182fc15040eddb56a35e90b63915
Fix -n mode by setting repository states to REPO_DONE instead of the
more correct REPO_FAILED. The problem is that with REPO_FAILED the repo
no longer matches a subsequent rrdp_get lookup and as a result the repo
uses rsync which wrong in this case.
OK benno@ tb@
usr.sbin/rpki-client/repo.c