- Scripts with errors will continue to be called by sicscron

This commit is contained in:
koennecke
2009-12-22 13:54:08 +00:00
parent 41e0175571
commit b2ecec6efe

View File

@ -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;