mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-12-18 15:28:15 +00:00
update core/transmission/trans_channel/proxy/src/softbus_proxychannel_listener.c.
Signed-off-by: 肖兴 <xiaoxing12@huawei.com>
This commit is contained in:
parent
9c1a99946e
commit
d90eca994b
@ -66,7 +66,7 @@ static int32_t NotifyNormalChannelOpened(int32_t channelId, const AppInfo *appIn
|
||||
info.algorithm = appInfo->algorithm;
|
||||
info.crc = appInfo->crc;
|
||||
info.routeType = appInfo->routeType;
|
||||
info.businessType = appInfo->appType == APP_TYPE_AUTH ? BUSINESS_TYPE_NOT_CARE : appInfo->businessType;
|
||||
info.businessType = (int32_t)(appInfo->appType == APP_TYPE_AUTH ? BUSINESS_TYPE_NOT_CARE : appInfo->businessType);
|
||||
info.autoCloseTime = appInfo->autoCloseTime;
|
||||
info.myHandleId = appInfo->myHandleId;
|
||||
info.peerHandleId = appInfo->peerHandleId;
|
||||
|
Loading…
Reference in New Issue
Block a user