aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-08-03 21:55:41 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-08-03 21:55:41 +0000
commit21e62911e8884481a78f795ab22d55206ba214cd (patch)
tree976c6591245c44ce8bb24fdcd51e15a4e9292a7c /socket.c
parente7d945f6caaf2f3cb6d06fbadcb676c9dc53b595 (diff)
downloadfetchmail-21e62911e8884481a78f795ab22d55206ba214cd.tar.gz
fetchmail-21e62911e8884481a78f795ab22d55206ba214cd.tar.bz2
fetchmail-21e62911e8884481a78f795ab22d55206ba214cd.zip
Remove junk.
svn path=/trunk/; revision=4232
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/socket.c b/socket.c
index dc1d960d..daacedd1 100644
--- a/socket.c
+++ b/socket.c
@@ -380,11 +380,7 @@ int SockOpen(const char *host, const char *service,
/* No connect timeout, then no need to set mailserver_socket_temp */
mailserver_socket_temp = -1;
-#ifndef HAVE_INET_ATON
- }
-#else
}
-#endif /* HAVE_INET_ATON */
else {
hp = gethostbyname((char*)host);