artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9327f
)
Call notification_done() in the regress test so that the list
author
claudio
<claudio@openbsd.org>
Sat, 24 Jun 2023 07:07:36 +0000
(07:07 +0000)
committer
claudio
<claudio@openbsd.org>
Sat, 24 Jun 2023 07:07:36 +0000
(07:07 +0000)
of deltas is adjusted to what the test expects.
regress/usr.sbin/rpki-client/test-rrdp.c
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/test-rrdp.c
b/regress/usr.sbin/rpki-client/test-rrdp.c
index
b6da63c
..
1a0b079
100644
(file)
--- 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: