diff options
author | 2015-11-25 02:18:04 +0000 | |
---|---|---|
committer | 2015-11-25 02:18:04 +0000 | |
commit | 8bcf3129b0121580c59d4443655b7dd4a0958cee (patch) | |
tree | 9d11002895b847784e3fc894ae49af368a1daca5 | |
parent | sync (diff) | |
download | wireguard-openbsd-8bcf3129b0121580c59d4443655b7dd4a0958cee.tar.xz wireguard-openbsd-8bcf3129b0121580c59d4443655b7dd4a0958cee.zip |
syslog() here is pointless; ok millert
-rw-r--r-- | lib/libc/net/ruserok.c | 2 |
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); } |