From 26deae671322be1a46c585bb82ad55cb7d39e493 Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 19 Jun 2000 12:41:27 +0000 Subject: [PATCH] option support added --- conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.c b/conf.c index 0c2d54e..971b5d1 100644 --- a/conf.c +++ b/conf.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.c,v 1.9 2000-06-18 15:27:06 thib Exp $ */ + /* $Id: conf.c,v 1.10 2000-06-19 12:41:27 thib Exp $ */ #include "fcron.h" @@ -447,7 +447,7 @@ read_file(const char *file_name, CF *cf) cl->cl_shell = read_str(ff, buf, sizeof(buf)); - if ( cl->cl_timefreq == 0 ) { + if ( is_td(cl->cl_option) ) { /* set the time and date of the next execution */ if ( cl->cl_nextexe <= now ) set_next_exe(cl, 1); -- 2.50.1