artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35659bf
)
Add missing space
author
claudio
<claudio@openbsd.org>
Wed, 15 May 2024 14:43:32 +0000
(14:43 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 15 May 2024 14:43:32 +0000
(14:43 +0000)
usr.sbin/rpki-client/spl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/spl.c
b/usr.sbin/rpki-client/spl.c
index
4a8f397
..
9ab287d
100644
(file)
--- a/
usr.sbin/rpki-client/spl.c
+++ b/
usr.sbin/rpki-client/spl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: spl.c,v 1.
2 2024/02/22 19:29:55 tb
Exp $ */
+/* $OpenBSD: spl.c,v 1.
3 2024/05/15 14:43:32 claudio
Exp $ */
/*
* Copyright (c) 2024 Job Snijders <job@fastly.com>
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@
-190,7
+190,7
@@
spl_parse_econtent(const char *fn, struct spl *spl, const unsigned char *d,
case AFI_IPV4:
if (ipv4_seen++ > 0) {
warnx("%s: addressFamilyIPv4 appeared twice",
- fn);
+
fn);
goto out;
}
if (ipv6_seen > 0) {