fix(stream): fix a typo
This commit is contained in:
parent
3274194d21
commit
44466a4bcd
|
@ -765,7 +765,7 @@ int32_t streamDispatchStreamBlock(SStreamTask* pTask) {
|
||||||
// todo: secure the timerActive and start timer in after lock pTask->lock
|
// todo: secure the timerActive and start timer in after lock pTask->lock
|
||||||
streamMutexLock(&pTask->lock);
|
streamMutexLock(&pTask->lock);
|
||||||
bool shouldStop = streamTaskShouldStop(pTask);
|
bool shouldStop = streamTaskShouldStop(pTask);
|
||||||
streamMutexLock(&pTask->lock);
|
streamMutexUnlock(&pTask->lock);
|
||||||
|
|
||||||
if (shouldStop) {
|
if (shouldStop) {
|
||||||
stDebug("s-task:%s in stop/dropping status, not start dispatch monitor tmr", id);
|
stDebug("s-task:%s in stop/dropping status, not start dispatch monitor tmr", id);
|
||||||
|
|
Loading…
Reference in New Issue