fix:[TD-31017]process return value in client
This commit is contained in:
parent
2b700e5111
commit
d4e8a541dc
|
@ -337,7 +337,7 @@ int32_t processUseDbRsp(void* param, SDataBuf* pMsg, int32_t code) {
|
|||
} else {
|
||||
(void)tsem_post(&pRequest->body.rspSem);
|
||||
}
|
||||
return code;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t processCreateSTableRsp(void* param, SDataBuf* pMsg, int32_t code) {
|
||||
|
|
Loading…
Reference in New Issue