mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-24 01:09:51 +00:00
!6280 fix: 代理通道ErrMsg异常分支重复上报了OpenFailed信息
Merge pull request !6280 from liangjunhao/0527proxy
This commit is contained in:
commit
cf676ec729
@ -680,6 +680,7 @@ static inline void TransProxyProcessErrMsg(ProxyChannelInfo *info, int32_t errCo
|
||||
}
|
||||
|
||||
if ((info->appInfo.appType == APP_TYPE_NORMAL) || (info->appInfo.appType == APP_TYPE_AUTH)) {
|
||||
TransProxyDelChanByChanId(info->channelId);
|
||||
(void)TransProxyOpenProxyChannelFail(info->channelId, &(info->appInfo), errCode);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user