artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e02b0
)
whitespace
author
tb
<tb@openbsd.org>
Fri, 15 Mar 2024 05:14:16 +0000
(
05:14
+0000)
committer
tb
<tb@openbsd.org>
Fri, 15 Mar 2024 05:14:16 +0000
(
05:14
+0000)
usr.sbin/rpki-client/constraints.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/constraints.c
b/usr.sbin/rpki-client/constraints.c
index
1f63df6
..
1c08427
100644
(file)
--- a/
usr.sbin/rpki-client/constraints.c
+++ b/
usr.sbin/rpki-client/constraints.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: constraints.c,v 1.
3 2024/03/15 03:38:59 jo
b Exp $ */
+/* $OpenBSD: constraints.c,v 1.
4 2024/03/15 05:14:16 t
b Exp $ */
/*
* Copyright (c) 2023 Job Snijders <job@openbsd.org>
* Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@
-83,7
+83,7
@@
constraints_load_talid(int talid)
err(1, NULL);
saved_errno = errno;
-
+
fd = open(constraints, O_RDONLY);
if (fd == -1 && errno != ENOENT)
err(1, "failed to load constraints for %s", tal);