summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2015-11-25 02:18:04 +0000
committerderaadt <>2015-11-25 02:18:04 +0000
commit42d9d36cbb5e51444ae8a2a1175bdf4ea087c459 (patch)
tree5de4069f1d06f5169b1188969a78455fc3380e90 /src
parentd0a2512c90ba0643904f25de1b66ccfc86502617 (diff)
downloadopenbsd-42d9d36cbb5e51444ae8a2a1175bdf4ea087c459.tar.gz
openbsd-42d9d36cbb5e51444ae8a2a1175bdf4ea087c459.tar.bz2
openbsd-42d9d36cbb5e51444ae8a2a1175bdf4ea087c459.zip
syslog() here is pointless; ok millert
Diffstat (limited to 'src')
-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}