diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:15:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:15:47 +0000 |
commit | 8a1a698052bb345c41a1b1c5153080d0dcd22cc7 (patch) | |
tree | a13b70a5f259f0ac04ee9d36fe5463cc7ab3080f /socket.c | |
parent | 54db95afe380e6f446ed5c425e76361bec6f1af0 (diff) | |
download | fetchmail-8a1a698052bb345c41a1b1c5153080d0dcd22cc7.tar.gz fetchmail-8a1a698052bb345c41a1b1c5153080d0dcd22cc7.tar.bz2 fetchmail-8a1a698052bb345c41a1b1c5153080d0dcd22cc7.zip |
IPv6 patches.
svn path=/trunk/; revision=2666
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ int SockOpen(const char *host, const char *service, const char *options, const char *plugin) { struct addrinfo *ai, req; + int i; #if NET_SECURITY void *request = NULL; int requestlen; |