summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-11-25 02:18:04 +0000
committerderaadt <deraadt@openbsd.org>2015-11-25 02:18:04 +0000
commit8bcf3129b0121580c59d4443655b7dd4a0958cee (patch)
tree9d11002895b847784e3fc894ae49af368a1daca5
parentsync (diff)
downloadwireguard-openbsd-8bcf3129b0121580c59d4443655b7dd4a0958cee.tar.xz
wireguard-openbsd-8bcf3129b0121580c59d4443655b7dd4a0958cee.zip
syslog() here is pointless; ok millert
-rw-r--r--lib/libc/net/ruserok.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/net/ruserok.c b/lib/libc/net/ruserok.c
index 7dda9550a8f..9a0af432192 100644
--- a/lib/libc/net/ruserok.c
+++ b/lib/libc/net/ruserok.c
@@ -436,8 +436,6 @@ __gethostloop(struct sockaddr *raddr, socklen_t salen)
* either the DNS adminstrator has made a configuration
* mistake, or someone has attempted to spoof us
*/
- syslog(LOG_NOTICE, "rcmd: address %s not listed for host %s",
- h1, res->ai_canonname ? res->ai_canonname : remotehost);
freeaddrinfo(res);
return (NULL);
}