fix: fix scheduler callback issue
This commit is contained in:
parent
6dc7eaa107
commit
16c6427e7b
|
@ -113,10 +113,6 @@ _return:
|
|||
schReleaseJob(pJob->refId);
|
||||
}
|
||||
|
||||
if (code != TSDB_CODE_SUCCESS) {
|
||||
pReq->fp(NULL, pReq->cbParam, code);
|
||||
}
|
||||
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue