artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b185b
)
Clarify warning
author
job
<job@openbsd.org>
Sat, 3 Sep 2022 15:13:44 +0000
(15:13 +0000)
committer
job
<job@openbsd.org>
Sat, 3 Sep 2022 15:13:44 +0000
(15:13 +0000)
usr.sbin/rpki-client/tal.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/tal.c
b/usr.sbin/rpki-client/tal.c
index
aad992c
..
b9a25cd
100644
(file)
--- a/
usr.sbin/rpki-client/tal.c
+++ b/
usr.sbin/rpki-client/tal.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tal.c,v 1.3
5 2022/05/15 16:43:35 t
b Exp $ */
+/* $OpenBSD: tal.c,v 1.3
6 2022/09/03 15:13:44 jo
b Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-119,7
+119,7
@@
tal_parse_buffer(const char *fn, char *buf, size_t len)
}
if (tal->urisz == 0) {
- warnx("%s: no URIs in
manifest part
", fn);
+ warnx("%s: no URIs in
TAL file
", fn);
goto out;
}