diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-29 18:19:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-29 18:19:14 +0000 |
commit | 8cc0aaca364b59bc5ffe7ea99e54361a5e8627fa (patch) | |
tree | cc3355d557f3b7abe5ccd06a703ca0aa7cd60584 /driver.c | |
parent | 2ba847e20cce7ec586ac58e63900b3da100190fd (diff) | |
download | fetchmail-8cc0aaca364b59bc5ffe7ea99e54361a5e8627fa.tar.gz fetchmail-8cc0aaca364b59bc5ffe7ea99e54361a5e8627fa.tar.bz2 fetchmail-8cc0aaca364b59bc5ffe7ea99e54361a5e8627fa.zip |
Translation updates.
svn path=/trunk/; revision=2694
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -581,7 +581,11 @@ static int readheaders(int sock, * forward it to the user so he or she will have some clue * that things have gone awry. */ +#if INET6_ENABLE + if (strncmp(protocol->service, "pop2", 4)) +#else /* INET6_ENABLE */ if (protocol->port != 109) +#endif /* INET6_ENABLE */ #endif /* POP2_ENABLE */ if (num == 1 && !strncasecmp(line, "X-IMAP:", 7)) { free(line); |