fix(stream): fix a typo

This commit is contained in:
Haojun Liao 2024-04-22 14:03:13 +08:00
parent a8fac441be
commit 6c76790e6c
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ static int32_t streamTaskCompleteCheckRsp(STaskCheckInfo* pInfo, const char* id)
pInfo->startTs = 0;
pInfo->notReadyTasks = 0;
pInfo->inCheckProcess = 0;
pInfo->stopCheckProcess = 1;
pInfo->stopCheckProcess = 0;
taosArrayClear(pInfo->pList);
return 0;