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 e7c7e3b3..bd6795d2 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -887,7 +887,7 @@ static int load_params(int argc, char **argv, int optind)
if (cmd_run.logfile)
run.logfile = cmd_run.logfile;
if (cmd_run.idfile)
- run.logfile = cmd_run.idfile;
+ run.idfile = cmd_run.idfile;
if (cmd_run.poll_interval >= 0)
run.poll_interval = cmd_run.poll_interval;
if (cmd_run.invisible)