diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-03 21:29:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-03 21:29:06 +0000 |
commit | f0633895d955e2472cbce0e82829b9d97bcd67a9 (patch) | |
tree | 5d85d5175020fa5437319a22b270ce8f8912e066 /socket.c | |
parent | 61b31d1951de8b8a73c525bbf7f7ee12b1de13c4 (diff) | |
download | fetchmail-f0633895d955e2472cbce0e82829b9d97bcd67a9.tar.gz fetchmail-f0633895d955e2472cbce0e82829b9d97bcd67a9.tar.bz2 fetchmail-f0633895d955e2472cbce0e82829b9d97bcd67a9.zip |
Michael Warfield's IPv6 fixes.
svn path=/trunk/; revision=2314
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } /* |