From c0221cbe360b83eac652d474c6c72a1eb3016268 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Jun 2001 19:24:02 +0000 Subject: Implemented fetchdomains. svn path=/trunk/; revision=3373 --- etrn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etrn.c') diff --git a/etrn.c b/etrn.c index 76c12121..38944665 100644 --- a/etrn.c +++ b/etrn.c @@ -60,7 +60,7 @@ static int etrn_getrange(int sock, struct query *ctl, const char *id, * By default, the hostlist has a single entry, the fetchmail host's * canonical DNS name. */ - for (qnp = ctl->smtphunt; qnp; qnp = qnp->next) + for (qnp = ctl->domainlist; qnp; qnp = qnp->next) { /* ship the actual poll and get the response */ gen_send(sock, "ETRN %s", qnp->id); -- cgit v1.2.3