Merge master at 1b37c25f93 into partner

This commit is contained in:
Fletcher Dunn
2024-08-30 13:26:05 -07:00
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============//
//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Linked list container class
//
// $Revision: $
// $NoKeywords: $
//=============================================================================//
#ifndef UTLLINKEDLIST_H
@@ -255,10 +255,11 @@ void CSteamNetworkConnectionP2P::CheckInitICE()
#else
ICE_Implementation = 1;
#endif
m_connectionConfig.P2P_Transport_ICE_Implementation.Set( ICE_Implementation );
}
// Lock it in
m_connectionConfig.P2P_Transport_ICE_Implementation.Set( ICE_Implementation );
m_connectionConfig.P2P_Transport_ICE_Implementation.Lock();
// "Native" ICE client?