aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
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 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);