From 4d8edfba0f9a7455d3b3a871c322bca79ec958b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 25 May 1998 20:19:56 +0000 Subject: Fix the idfile option. svn path=/trunk/; revision=1829 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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) -- cgit v1.2.3