CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/11/15 09:32:15
Modified files: usr.sbin/rpki-client: repo.c Log message: Adjust how the repository count limit works. Instead of failing hard just fall back to a possible cache and try to validate what is available. This still limits the number of repositories fetched but allows valid repositories to finish with the available data. OK job@