From b2ecec6efec653b258df53a6d1713f607bcf7106 Mon Sep 17 00:00:00 2001 From: koennecke Date: Tue, 22 Dec 2009 13:54:08 +0000 Subject: [PATCH] - Scripts with errors will continue to be called by sicscron --- sicscron.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sicscron.c b/sicscron.c index 738a03db..06feb9d3 100644 --- a/sicscron.c +++ b/sicscron.c @@ -76,8 +76,6 @@ static int CronTask(void *pData) if (iRet != TCL_OK) { SCPrintf(self->pCon, eLogError, "ERROR in sicscron script: %s", pTcl->result); - self->iEnd = 0; - return 0; } if (self->iEnd == 2) { /* dolater command */ self->iEnd = 0;