diff options
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 6e1d6756..1a9671b3 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1558,7 +1558,7 @@ static void dump_params (struct runctl *runp, if (ctl->server.skip || outlevel >= O_VERBOSE) printf(_(" This host %s be queried when no host is specified.\n"), ctl->server.skip ? _("will not") : _("will")); - if (ctl->server.authenticate <= A_PASSWORD && ctl->server.protocol < P_ETRN) + if (!NO_PASSWORD(ctl)) { if (!ctl->password) printf(_(" Password will be prompted for.\n")); |