Fix repo_cleanup_entry() state machine so that the repository lookups
authorclaudio <claudio@openbsd.org>
Thu, 25 May 2023 12:49:39 +0000 (12:49 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 25 May 2023 12:49:39 +0000 (12:49 +0000)
commit71f6c49a06c1ab99184d1bf697ce537a68014d68
tree131dc0cf5dd86b88ea9d9b13c51919086fbd618b
parent2574a043e255105d76586484862a0ebd0eba0eba
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@
usr.sbin/rpki-client/repo.c