Skip to content

Commit 019d380

Browse files
committed
fix: notify sub job issue
1 parent 2e0252e commit 019d380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/libs/scheduler/src/schJob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ int32_t schNotifyJobAllTasks(SSchJob *pJob, SSchTask *pTask, ETaskNotifyType typ
829829
continue;
830830
}
831831

832-
SCH_ERR_RET(schNotifyTaskInHashList(pJob, pJob->execTasks, type, NULL));
832+
SCH_ERR_RET(schNotifyTaskInHashList(pSub, pSub->execTasks, type, NULL));
833833
}
834834

835835
return code;

0 commit comments

Comments
 (0)