From 703f7886706bd5a7fc34db647edb3fbea5553c0a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 22 May 1998 18:42:39 +0000 Subject: Added idfile. svn path=/trunk/; revision=1794 --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.c') 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: -- cgit v1.2.3