Update schJob.c

This commit is contained in:
dapan1121 2024-05-06 16:00:35 +08:00 committed by GitHub
parent e2b6699c7a
commit 4f1a983074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ _return:
SCH_LOCK_TASK(pTask);
schProcessOnTaskFailure(pJob, pTask, code);
code = schProcessOnTaskFailure(pJob, pTask, code);
if (inRetry) {
atomic_store_8(&pJob->inRetry, 0);