-/* $OpenBSD: parser.c,v 1.104 2023/12/18 23:42:20 job Exp $ */
+/* $OpenBSD: parser.c,v 1.105 2023/12/29 14:35:43 job Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*mp = proc_parser_mft_post(file1, mft1, entp->path, err1,
&warned);
if (*mp == NULL) {
- if (mft2 != NULL)
- warnx("%s#%s: failed fetch, continuing with #%s"
- " from cache", file1, mft1->seqnum,
- mft2->seqnum);
mft1 = NULL;
+ if (mft2 != NULL)
+ warnx("%s: failed fetch, continuing with #%s"
+ " from cache", file1, mft2->seqnum);
}
}