summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sock.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sock.c b/src/sock.c
index e2e29f6..9723a36 100644
--- a/src/sock.c
+++ b/src/sock.c
@@ -1,4 +1,4 @@
-/* $Id: sock.c,v 1.28 2002-04-17 20:56:13 rjkaes Exp $
+/* $Id: sock.c,v 1.29 2002-04-18 18:48:22 rjkaes Exp $
*
* Sockets are created and destroyed here. When a new connection comes in from
* a client, we need to copy the socket and the create a second socket to the
@@ -275,8 +275,7 @@ getpeer_string(int fd, char *string)
strlcpy(string, peername->h_name, PEER_STRING_LENGTH);
else
log_message(LOG_ERR,
- "getpeer_string: gethostbyaddr() error \"%s\".",
- hstrerror(h_errno));
+ "getpeer_string: gethostbyaddr() error");
UNLOCK();
}