From fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 13 Mar 1997 09:37:46 +0000 Subject: Added `set daemon'. svn path=/trunk/; revision=930 --- options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 344e845a..1361868c 100644 --- a/options.c +++ b/options.c @@ -116,6 +116,8 @@ struct query *ctl; /* option record to be initialized */ int errflag = 0; /* TRUE when a syntax error is detected */ int option_index; + cmd_daemon = -1; + memset(ctl, '\0', sizeof(struct query)); /* start clean */ while (!errflag && @@ -141,7 +143,7 @@ struct query *ctl; /* option record to be initialized */ break; case 'd': case LA_DAEMON: - poll_interval = atoi(optarg); + cmd_daemon = atoi(optarg); break; case 'N': case LA_NODETACH: -- cgit v1.2.3