feature/scheduler
This commit is contained in:
parent
96bc72c53b
commit
5e85c21f36
|
@ -74,7 +74,7 @@ int32_t qwBuildAndSendReadyRsp(SQWConnInfo *pConn, int32_t code) {
|
||||||
SRpcMsg rpcRsp = {
|
SRpcMsg rpcRsp = {
|
||||||
.msgType = TDMT_VND_RES_READY_RSP,
|
.msgType = TDMT_VND_RES_READY_RSP,
|
||||||
.handle = pConn->handle,
|
.handle = pConn->handle,
|
||||||
.ahandle = pConn->ahandle,
|
.ahandle = NULL,
|
||||||
.pCont = pRsp,
|
.pCont = pRsp,
|
||||||
.contLen = sizeof(*pRsp),
|
.contLen = sizeof(*pRsp),
|
||||||
.code = code,
|
.code = code,
|
||||||
|
|
Loading…
Reference in New Issue