mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-24 09:20:04 +00:00
update sdk/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_manager.c.
This commit is contained in:
parent
cf83884c42
commit
c8e38ccbcf
@ -112,9 +112,6 @@ int32_t TransTdcCheckSeq(int32_t fd, int32_t seq)
|
||||
void TransTdcCloseChannel(int32_t channelId)
|
||||
{
|
||||
LOG_INFO("TransCloseTcpDirectChannel, channelId [%d]", channelId);
|
||||
if (ClientTransTdcOnSessionClosed(channelId) != SOFTBUS_OK) {
|
||||
LOG_INFO("notify tdc close err");
|
||||
}
|
||||
|
||||
TcpDirectChannelInfo *item = NULL;
|
||||
(void)pthread_mutex_lock(&g_tcpDirectChannelInfoList->lock);
|
||||
|
Loading…
Reference in New Issue
Block a user