artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3b09a
)
logmsg(LOG_ERR) -> logerr(); ok tedu@
author
anton
<anton@openbsd.org>
Mon, 10 Sep 2018 19:22:53 +0000
(19:22 +0000)
committer
anton
<anton@openbsd.org>
Mon, 10 Sep 2018 19:22:53 +0000
(19:22 +0000)
usr.sbin/rebound/rebound.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rebound/rebound.c
b/usr.sbin/rebound/rebound.c
index
bfed237
..
366102e
100644
(file)
--- a/
usr.sbin/rebound/rebound.c
+++ b/
usr.sbin/rebound/rebound.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rebound.c,v 1.
99 2018/09/08 13:17:19
anton Exp $ */
+/* $OpenBSD: rebound.c,v 1.
100 2018/09/10 19:22:53
anton Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@
-779,7
+779,7
@@
readconfig(int conffd, union sockun *remoteaddr)
if (strcmp(rectype, "A") == 0) {
if (strlen(name) < 2 ||
name[strlen(name) - 1] != '.') {
- log
msg(LOG_ERR,
"do not like name %s", name);
+ log
err(
"do not like name %s", name);
continue;
}
preloadA(name, value);