From 222e275fb89ffb67abe0726dee2b107220092dc3 Mon Sep 17 00:00:00 2001 From: job Date: Fri, 12 Apr 2024 11:50:29 +0000 Subject: [PATCH] Fix warning about delta element issues in the Update Notification File XML OK tb@ --- usr.sbin/rpki-client/rrdp_notification.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.20.1