aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 4f1cd937..88af3799 100644
--- a/options.c
+++ b/options.c
@@ -141,7 +141,7 @@ struct query *ctl; /* option record to be initialized */
break;
case 'L':
case LA_LOGFILE:
- logfile = optarg;
+ cmd_logfile = optarg;
break;
case 'f':
case LA_RCFILE: