aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/etrn.c b/etrn.c
index e7845819..e791f4fc 100644
--- a/etrn.c
+++ b/etrn.c
@@ -45,8 +45,7 @@ static int etrn_getrange(FILE *sockfp, struct query *ctl, int*countp, int*newp)
*countp = *newp = -1; /* make sure we don't enter the fetch loop */
/* ship the actual poll and get the response */
- gethostbyname(buf, sizeof(buf));
- gen_send(sockfp, "ETRN %s", buf);
+ gen_send(sockfp, "ETRN %s", fetchmailhost);
if (ok = gen_recv(sockfp, buf, sizeof(buf)))
return(ok);