]> Pileus Git - ~andy/fetchmail/commitdiff
This went out in 5-8-6.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 12 Jun 2001 18:57:12 +0000 (18:57 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 12 Jun 2001 18:57:12 +0000 (18:57 -0000)
svn path=/trunk/; revision=3343

fetchmail.c

index 3d145499bd760722f623c70d6875aa082ed9b02a..48c68b1f2fac5f8955b694e3d2919a8c042618c2 100644 (file)
@@ -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 ||