Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
yangliu 2024-11-02 21:23:10 +08:00
parent f2b41aa9c7
commit 2d8c0b4206

View File

@ -116,7 +116,7 @@ bool SessionManager::GetAuthParams(const SessionPoint &from, const std::string &
aclParams.accCallee.accountId = accountId;
aclParams.accCallee.userId = peerUser;
aclParams.accCallee.networkId = DmAdapter::GetInstance().ToNetworkID(ftargetDeviceId);
aclParams.accCallee.networkId = DmAdapter::GetInstance().ToNetworkID(targetDeviceId);
aclParams.authType = storeMeta.authType;
break;
}