From e3ad7f9cd69bfa672d2996ec2a8a679c4186030f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Dec 2000 03:52:14 +0000 Subject: Minor corrections. svn path=/trunk/; revision=2996 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index fc5371b2..43de191c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -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); -- cgit v1.2.3