CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/02 09:41:41
Modified files:
usr.sbin/rpki-client: parser.c
Log message:
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
