parser: no need to overload err1 twice.
authortb <tb@openbsd.org>
Fri, 2 Feb 2024 16:41:41 +0000 (16:41 +0000)
committertb <tb@openbsd.org>
Fri, 2 Feb 2024 16:41:41 +0000 (16:41 +0000)
commitae1415c988328a15aad5e917463ccd689156049b
treef280643c1d045d2a17c59e3f8fa1e89d2d32c2c1
parentb1d56901ffa93221e1a33c805ab3ceeeada24e64
parser: no need to overload err1 twice.

err2 is only used in the second call to proc_parser_mft_proc() and
right before it there is already an error overload.

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