From: job Date: Fri, 12 Apr 2024 11:50:29 +0000 (+0000) Subject: Fix warning about delta element issues in the Update Notification File XML X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=222e275fb89ffb67abe0726dee2b107220092dc3;p=openbsd Fix warning about delta element issues in the Update Notification File XML OK tb@ --- diff --git a/usr.sbin/rpki-client/rrdp_notification.c b/usr.sbin/rpki-client/rrdp_notification.c index 310ba99ade2..1d3e149a4e5 100644 --- a/usr.sbin/rpki-client/rrdp_notification.c +++ b/usr.sbin/rpki-client/rrdp_notification.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rrdp_notification.c,v 1.20 2024/03/22 03:38:12 job Exp $ */ +/* $OpenBSD: rrdp_notification.c,v 1.21 2024/04/12 11:50:29 job Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2021 Claudio Jeker @@ -294,7 +294,7 @@ start_delta_elem(struct notification_xml *nxml, const char **attr) continue; } PARSE_FAIL(p, "parse failed - non conforming " - "attribute '%s' found in snapshot elem", attr[i]); + "attribute '%s' found in delta elem", attr[i]); } /* Only add to the list if we are relevant */ if (hasUri != 1 || hasHash != 1 || delta_serial == 0)