artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a0417
)
ip_resources_print(): zap extra blank line
author
tb
<tb@openbsd.org>
Thu, 6 Jun 2024 05:57:36 +0000
(
05:57
+0000)
committer
tb
<tb@openbsd.org>
Thu, 6 Jun 2024 05:57:36 +0000
(
05:57
+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
a88fbfb
..
3fbf355
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.5
3 2024/05/29 13:26:24
tb Exp $ */
+/* $OpenBSD: print.c,v 1.5
4 2024/06/06 05:57:36
tb Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-211,7
+211,6
@@
ip_resources_print(struct cert_ip *ips, size_t ipsz, size_t asz)
size_t i;
int sockt;
-
for (i = 0; i < ipsz; i++) {
if (outformats & FORMAT_JSON)
json_do_object("resource", 1);