diff options
| author | deraadt <> | 2015-11-25 02:18:04 +0000 | 
|---|---|---|
| committer | deraadt <> | 2015-11-25 02:18:04 +0000 | 
| commit | 24c369384671d20ed8f56f1f1292f18864c0bb8b (patch) | |
| tree | 5de4069f1d06f5169b1188969a78455fc3380e90 /src/lib/libc | |
| parent | 7b803d1733f95d2823783aaaeb057de2eaab0231 (diff) | |
| download | openbsd-24c369384671d20ed8f56f1f1292f18864c0bb8b.tar.gz openbsd-24c369384671d20ed8f56f1f1292f18864c0bb8b.tar.bz2 openbsd-24c369384671d20ed8f56f1f1292f18864c0bb8b.zip | |
syslog() here is pointless; ok millert
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/ruserok.c | 2 | 
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 | } | 
