aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 221574d8..bf42c1fd 100644
--- a/options.c
+++ b/options.c
@@ -191,8 +191,8 @@ struct query *ctl; /* option record to be initialized */
break;
case 'i':
case LA_IDFILE:
- idfile = (char *) xmalloc(strlen(optarg)+1);
- strcpy(idfile,optarg);
+ cmd_idfile = (char *) xmalloc(strlen(optarg)+1);
+ strcpy(cmd_idfile,optarg);
break;
case 'p':
case LA_PROTOCOL: