summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2023-06-24 07:07:37 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2023-06-24 07:07:37 +0000
commit92e7846e6d62543b4d71c8fc183e3e387c3db58c (patch)
tree41b2b9a7de2d1732bbb339502a9044baa2888fd1 /regress/usr.sbin
parent0a2b179a71a0fab35c5cf80da48a0039ce45feb8 (diff)
Call notification_done() in the regress test so that the list
of deltas is adjusted to what the test expects.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r--regress/usr.sbin/rpki-client/test-rrdp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/rpki-client/test-rrdp.c b/regress/usr.sbin/rpki-client/test-rrdp.c
index b6da63c6745..1a0b07997ef 100644
--- a/regress/usr.sbin/rpki-client/test-rrdp.c
+++ b/regress/usr.sbin/rpki-client/test-rrdp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test-rrdp.c,v 1.7 2023/06/20 12:52:32 job Exp $ */
+/* $OpenBSD: test-rrdp.c,v 1.8 2023/06/24 07:07:36 claudio Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -203,6 +203,7 @@ rrdp_finished(struct rrdp *s)
switch (s->task) {
case NOTIFICATION:
+ notification_done(s->nxml, NULL);
log_notification_xml(s->nxml);
break;
case SNAPSHOT: