CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/25 06:49:39
Modified files:
usr.sbin/rpki-client: repo.c
Log message:
Fix repo_cleanup_entry() state machine so that the repository lookups
are done when the full repo path is available. Without this all repo
lookups returned NULL and the code did not work as intended.
OK tb@
