提交 4071b6f8 编写于 作者: L lihui

[TD-54]

上级 e6910573
......@@ -1328,7 +1328,9 @@ _rsp:
if (code == 0) {
pConnectRsp = (SConnectRsp *)pRsp->more;
if (NULL != pConn->pAcct) {
sprintf(pConnectRsp->acctId, "%x", pConn->pAcct->acctId);
}
strcpy(pConnectRsp->version, version);
pConnectRsp->writeAuth = pConn->writeAuth;
pConnectRsp->superAuth = pConn->superAuth;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册