fix tb index issue
This commit is contained in:
parent
eb07a9d071
commit
c9caaeea38
|
@ -870,7 +870,7 @@ _return:
|
||||||
|
|
||||||
int32_t ctgHandleGetTbIndexRsp(SCtgTask* pTask, int32_t reqType, const SDataBuf *pMsg, int32_t rspCode) {
|
int32_t ctgHandleGetTbIndexRsp(SCtgTask* pTask, int32_t reqType, const SDataBuf *pMsg, int32_t rspCode) {
|
||||||
int32_t code = 0;
|
int32_t code = 0;
|
||||||
CTG_ERR_JRET(ctgProcessRspMsg(&pTask->msgCtx.out, reqType, pMsg->pData, pMsg->len, rspCode, pTask->msgCtx.target));
|
CTG_ERR_JRET(ctgProcessRspMsg(pTask->msgCtx.out, reqType, pMsg->pData, pMsg->len, rspCode, pTask->msgCtx.target));
|
||||||
|
|
||||||
STableIndex* pOut = (STableIndex*)pTask->msgCtx.out;
|
STableIndex* pOut = (STableIndex*)pTask->msgCtx.out;
|
||||||
SArray* pInfo = NULL;
|
SArray* pInfo = NULL;
|
||||||
|
|
Loading…
Reference in New Issue