proc_parser_mft: fix overloading of error
authortb <tb@openbsd.org>
Wed, 31 Jan 2024 06:46:31 +0000 (06:46 +0000)
committertb <tb@openbsd.org>
Wed, 31 Jan 2024 06:46:31 +0000 (06:46 +0000)
commit06196e9acf8f0ffa5e459b4049c398b6922e8501
tree7ba49d3c18f91916bfe7fab00b8b9a58acb72dfa
parent3b697b3f3b7c3ab2824322d0329e12df82df41a4
proc_parser_mft: fix overloading of error

parser.c r1.101 switched the meaning of mft1 and mft2, but did not
fix up the overloading of the error from the temporary file if both
are set.

ok job
usr.sbin/rpki-client/parser.c