From 16fc6425299758a0e84e495950b97ad547e98dcb Mon Sep 17 00:00:00 2001 From: claudio Date: Mon, 4 Apr 2022 13:45:02 +0000 Subject: [PATCH] Remove outdated XXX comment. This got fixed in January. --- usr.sbin/rpki-client/rrdp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/rrdp.c b/usr.sbin/rpki-client/rrdp.c index 8a4e8cb3f36..90de0677fa7 100644 --- a/usr.sbin/rpki-client/rrdp.c +++ b/usr.sbin/rpki-client/rrdp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rrdp.c,v 1.22 2022/02/10 11:11:22 tb Exp $ */ +/* $OpenBSD: rrdp.c,v 1.23 2022/04/04 13:45:02 claudio Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2021 Claudio Jeker @@ -256,7 +256,6 @@ rrdp_failed(struct rrdp *s) /* reset file state before retrying */ s->file_failed = 0; - /* XXX MUST do some cleanup in the repo here */ if (s->task == DELTA) { /* fallback to a snapshot as per RFC8182 */ free_delta_xml(s->dxml); -- 2.20.1