refactor backend
This commit is contained in:
parent
8428a5be37
commit
92ab689c46
|
@ -1606,7 +1606,6 @@ int32_t taskDbDoCheckpoint(void* arg, int64_t chkpId, int64_t processId) {
|
|||
|
||||
if (taosAcquireRef(taskDbWrapperId, refId) == NULL) {
|
||||
code = terrno;
|
||||
terrno = 0;
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue