diff options
-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); } |