From f0633895d955e2472cbce0e82829b9d97bcd67a9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 3 Jan 1999 21:29:06 +0000 Subject: Michael Warfield's IPv6 fixes. svn path=/trunk/; revision=2314 --- socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.c') diff --git a/socket.c b/socket.c index 5e9602cf..75a08bd6 100644 --- a/socket.c +++ b/socket.c @@ -189,7 +189,7 @@ int SockOpen(const char *host, int clientPort, const char *options, if(hp->h_length != 4 && hp->h_length != 8) { h_errno = errno = 0; - error(0, 0, _("fetchmail: illegal address length received for host %s")); + error(0, 0, _("fetchmail: illegal address length received for host %s"),host); return -1; } /* -- cgit v1.2.3