aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-12 18:57:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-12 18:57:12 +0000
commit172f3488263f8e48d1778f7e052bdc677779ce20 (patch)
tree0f8490e3660d90ed21e01b51c05508756012a31e /fetchmail.c
parentbca01a480a4ab699af1a9cd26b4f557fbc228472 (diff)
downloadfetchmail-172f3488263f8e48d1778f7e052bdc677779ce20.tar.gz
fetchmail-172f3488263f8e48d1778f7e052bdc677779ce20.tar.bz2
fetchmail-172f3488263f8e48d1778f7e052bdc677779ce20.zip
This went out in 5-8-6.
svn path=/trunk/; revision=3343
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 3d145499..48c68b1f 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1112,7 +1112,7 @@ static int load_params(int argc, char **argv, int optind)
ctl->server.truename = xstrdup(leadname);
}
#ifdef HAVE_GETHOSTBYNAME
- else if (ctl->active && !configdump)
+ else if (ctl->active && ctl->server.dns && !configdump)
{
if (ctl->server.authenticate==A_KERBEROS_V4 ||
ctl->server.authenticate==A_KERBEROS_V5 ||