]> Pileus Git - ~andy/fetchmail/commitdiff
Minor corrections.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 12 Dec 2000 03:52:14 +0000 (03:52 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 12 Dec 2000 03:52:14 +0000 (03:52 -0000)
svn path=/trunk/; revision=2996

fetchmail.c

index fc5371b29ad2d16438ac77b4aa5d34c4187108ae..43de191ce293e8ed32a6862ee4e111d50744a412 100644 (file)
@@ -1025,7 +1025,7 @@ static int load_params(int argc, char **argv, int optind)
     {
        ctl->wedged = FALSE;
 
-       if (configdump || (ctl->active && !(implicitmode && ctl->server.skip)))
+       if (configdump || ctl->active )
        {
            /* merge in defaults */
            optmerge(ctl, &def_opts, FALSE);