mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2025-02-21 11:41:18 +00:00
commit
c1a88c0275
@ -455,6 +455,7 @@ int32_t TransAddConnItem(ProxyConnInfo *chan)
|
||||
|
||||
LIST_FOR_EACH_ENTRY_SAFE(item, tmpItem, &g_proxyConnectionList->list, ProxyConnInfo, node) {
|
||||
if (item->isServerSide == chan->isServerSide &&
|
||||
item->connInfo.type == chan->connInfo.type &&
|
||||
CompareConnectOption(&item->connInfo, &chan->connInfo) == true) {
|
||||
(void)SoftBusMutexUnlock(&g_proxyConnectionList->lock);
|
||||
return SOFTBUS_TRANS_NOT_MATCH;
|
||||
|
Loading…
x
Reference in New Issue
Block a user