aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-12-12 03:52:14 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-12-12 03:52:14 +0000
commite3ad7f9cd69bfa672d2996ec2a8a679c4186030f (patch)
tree944800b92a927b252abe50d51e70ab72ef4cafac /fetchmail.c
parent012d86a81392ac10183b2cc7abe7f06132fc30b6 (diff)
downloadfetchmail-e3ad7f9cd69bfa672d2996ec2a8a679c4186030f.tar.gz
fetchmail-e3ad7f9cd69bfa672d2996ec2a8a679c4186030f.tar.bz2
fetchmail-e3ad7f9cd69bfa672d2996ec2a8a679c4186030f.zip
Minor corrections.
svn path=/trunk/; revision=2996
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);