aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
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);