update sdk/transmission/trans_channel/tcp_direct/src/client_trans_tcp_direct_manager.c.

This commit is contained in:
我是一只小小鸟 2021-07-25 11:47:55 +00:00 committed by Gitee
parent cf83884c42
commit c8e38ccbcf

View File

@ -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);