fix: transportedid

This commit is contained in:
factosea 2024-11-12 18:13:35 +08:00
parent e3499f2377
commit 6b37b32997
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ int32_t asyncSendMsgToServerExt(void* pTransporter, SEpSet* epSet, int64_t* pTra
bool persistHandle, void* rpcCtx) { bool persistHandle, void* rpcCtx) {
QUERY_PARAM_CHECK(pTransporter); QUERY_PARAM_CHECK(pTransporter);
QUERY_PARAM_CHECK(epSet); QUERY_PARAM_CHECK(epSet);
QUERY_PARAM_CHECK(pTransporterId);
QUERY_PARAM_CHECK(pInfo); QUERY_PARAM_CHECK(pInfo);
char* pMsg = rpcMallocCont(pInfo->msgInfo.len); char* pMsg = rpcMallocCont(pInfo->msgInfo.len);