Make it a hard error when an unknown repoistory id is passed to
authorclaudio <claudio@openbsd.org>
Tue, 19 Apr 2022 13:25:08 +0000 (13:25 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 19 Apr 2022 13:25:08 +0000 (13:25 +0000)
commit441ac56a25cc6ee6b95560590e2bfd28de3d4ce5
tree050efe6fd1bdcff4e88fe9aa597916218e458557
parent7846a2497f7fd82572023837b8c1339dc343211f
Make it a hard error when an unknown repoistory id is passed to
parse_filepath(). If that happens something went very wrong and
it is better to fail hard then to limp along.
OK tb@
usr.sbin/rpki-client/parser.c