artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a42180
)
When setting RRDP_STATE_PARSE_ERROR a warning is issued so there is no need
author
claudio
<claudio@openbsd.org>
Wed, 21 Apr 2021 09:03:42 +0000
(09:03 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 21 Apr 2021 09:03:42 +0000
(09:03 +0000)
to warn a 2nd time here, it adds no additional information.
usr.sbin/rpki-client/rrdp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/rrdp.c
b/usr.sbin/rpki-client/rrdp.c
index
9e3c232
..
8ffd96c
100644
(file)
--- a/
usr.sbin/rpki-client/rrdp.c
+++ b/
usr.sbin/rpki-client/rrdp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rrdp.c,v 1.
7 2021/04/20 13:26:46
claudio Exp $ */
+/* $OpenBSD: rrdp.c,v 1.
8 2021/04/21 09:03:42
claudio Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@
-297,7
+297,6
@@
rrdp_finished(struct rrdp *s)
return;
if (s->state & RRDP_STATE_PARSE_ERROR) {
- warnx("%s: failed after XML parse error", s->local);
rrdp_failed(s);
return;
}