- Scripts with errors will continue to be called by sicscron
This commit is contained in:
@ -76,8 +76,6 @@ static int CronTask(void *pData)
|
|||||||
if (iRet != TCL_OK) {
|
if (iRet != TCL_OK) {
|
||||||
SCPrintf(self->pCon, eLogError,
|
SCPrintf(self->pCon, eLogError,
|
||||||
"ERROR in sicscron script: %s", pTcl->result);
|
"ERROR in sicscron script: %s", pTcl->result);
|
||||||
self->iEnd = 0;
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
if (self->iEnd == 2) { /* dolater command */
|
if (self->iEnd == 2) { /* dolater command */
|
||||||
self->iEnd = 0;
|
self->iEnd = 0;
|
||||||
|
Reference in New Issue
Block a user