the to delete list stored this RRDP node.
Noticed by Job on console.rpki-client.org with the help of idnic.net
OK tb@
-/* $OpenBSD: repo.c,v 1.29 2022/01/28 14:11:27 claudio Exp $ */
+/* $OpenBSD: repo.c,v 1.30 2022/02/02 15:13:00 claudio Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
rr->state = REPO_FAILED;
/* clear the RRDP repo since it failed */
remove_contents(rr->basedir);
+ /* also clear the list of deleted files */
+ filepath_free(&rr->deleted);
}
repo_done(rr, ok);