update default epset

This commit is contained in:
yihaoDeng 2022-05-26 11:46:26 +08:00
parent 511a4c3a4f
commit d0213972a2
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ void cliHandleReq(SCliMsg* pMsg, SCliThrdObj* pThrd) {
STransConnCtx* pCtx = pMsg->ctx;
STrans* pTransInst = pThrd->pTransInst;
cliMayCvtFqdnToIp(&pCtx->epSet, &pCtx->cvtAddr);
cliMayCvtFqdnToIp(&pCtx->epSet, &pThrd->cvtAddr);
SCliConn* conn = cliGetConn(pMsg, pThrd);
if (conn != NULL) {