fix CI problem
This commit is contained in:
parent
d8e3279ca6
commit
53d917cf89
|
@ -741,7 +741,7 @@ static void generateTimedTask(int64_t refId, int32_t type) {
|
||||||
if (tmq == NULL) return;
|
if (tmq == NULL) return;
|
||||||
|
|
||||||
code = taosAllocateQitem(sizeof(int8_t), DEF_QITEM, 0, (void**)&pTaskType);
|
code = taosAllocateQitem(sizeof(int8_t), DEF_QITEM, 0, (void**)&pTaskType);
|
||||||
if (code) {
|
if (code == TSDB_CODE_SUCCESS) {
|
||||||
*pTaskType = type;
|
*pTaskType = type;
|
||||||
if (taosWriteQitem(tmq->delayedTask, pTaskType) == 0) {
|
if (taosWriteQitem(tmq->delayedTask, pTaskType) == 0) {
|
||||||
tsem2_post(&tmq->rspSem);
|
tsem2_post(&tmq->rspSem);
|
||||||
|
|
Loading…
Reference in New Issue