From 172f3488263f8e48d1778f7e052bdc677779ce20 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Jun 2001 18:57:12 +0000 Subject: This went out in 5-8-6. svn path=/trunk/; revision=3343 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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 || -- cgit v1.2.3