CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 11:16:09
Modified files:
usr.sbin/rpki-client: repo.c
Log message:
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@
