summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/ruserok.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libc/net/ruserok.c b/src/lib/libc/net/ruserok.c
index 7dda9550a8..9a0af43219 100644
--- a/src/lib/libc/net/ruserok.c
+++ b/src/lib/libc/net/ruserok.c
@@ -436,8 +436,6 @@ __gethostloop(struct sockaddr *raddr, socklen_t salen)
436 * either the DNS adminstrator has made a configuration 436 * either the DNS adminstrator has made a configuration
437 * mistake, or someone has attempted to spoof us 437 * mistake, or someone has attempted to spoof us
438 */ 438 */
439 syslog(LOG_NOTICE, "rcmd: address %s not listed for host %s",
440 h1, res->ai_canonname ? res->ai_canonname : remotehost);
441 freeaddrinfo(res); 439 freeaddrinfo(res);
442 return (NULL); 440 return (NULL);
443} 441}