summaryrefslogtreecommitdiff
path: root/lib/libc/net/ruserok.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-25 02:18:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-25 02:18:05 +0000
commitbbe7ffca434bff081b83e600614f4ec4cded8f3b (patch)
tree02c13a3388b76dc2fee9634aaf7d764f37f0f31a /lib/libc/net/ruserok.c
parent52fc5b2d44293cd9b504bb9bc73015bcf34efc72 (diff)
syslog() here is pointless; ok millert
Diffstat (limited to 'lib/libc/net/ruserok.c')
-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);
}