artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e97ed9
)
Zap stray space
author
tb
<tb@openbsd.org>
Wed, 11 May 2022 18:48:35 +0000
(18:48 +0000)
committer
tb
<tb@openbsd.org>
Wed, 11 May 2022 18:48:35 +0000
(18:48 +0000)
usr.sbin/rpki-client/ip.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/ip.c
b/usr.sbin/rpki-client/ip.c
index
8cbcf92
..
a14aad3
100644
(file)
--- a/
usr.sbin/rpki-client/ip.c
+++ b/
usr.sbin/rpki-client/ip.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ip.c,v 1.2
1 2021/12/26 12:32:28
tb Exp $ */
+/* $OpenBSD: ip.c,v 1.2
2 2022/05/11 18:48:35
tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-227,7
+227,7
@@
ip_addr_parse(const ASN1_BIT_STRING *p,
return 0;
}
- memset
(addr, 0, sizeof(struct ip_addr));
+ memset(addr, 0, sizeof(struct ip_addr));
addr->prefixlen = p->length * 8 - unused;
memcpy(addr->addr, p->data, p->length);
return 1;