aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 7e0710c2..fbc16d9a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -919,8 +919,7 @@ void dump_params (struct query *ctl)
}
printf(" DNS lookup for multidrop addresses is %sabled.\n",
- ctl->server.dns ? "en" : "dis",
- ctl->server.dns ? "off" : "on");
+ ctl->server.dns ? "en" : "dis");
if (count > 1)
if (ctl->server.envelope == STRING_DISABLED)