artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0e234
)
Kill whitespace
author
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 18:17:50 +0000
(18:17 +0000)
committer
tb
<tb@openbsd.org>
Wed, 26 Apr 2023 18:17:50 +0000
(18:17 +0000)
usr.sbin/rpki-client/print.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/print.c
b/usr.sbin/rpki-client/print.c
index
f567238
..
7d4cf53
100644
(file)
--- a/
usr.sbin/rpki-client/print.c
+++ b/
usr.sbin/rpki-client/print.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: print.c,v 1.3
7 2023/04/23 13:19:34 jo
b Exp $ */
+/* $OpenBSD: print.c,v 1.3
8 2023/04/26 18:17:50 t
b Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-690,7
+690,7
@@
aspa_implicit_afi(const struct aspa *a)
{
size_t i;
size_t v4cnt = 0, v6cnt = 0;
-
+
for (i = 0; i < a->providersz; i++) {
switch (a->providers[i].afi) {
case AFI_IPV4: