mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169498 - Minor comment fix for NrIceCtx::Create(). r=bwc
This commit is contained in:
parent
fcf9b661c7
commit
e19af1976d
@ -304,7 +304,7 @@ nsresult PeerConnectionMedia::Init(const std::vector<NrIceStunServer>& stun_serv
|
||||
// Looks like a bug in the NrIceCtx API.
|
||||
mIceCtx = NrIceCtx::Create("PC:" + mParentName,
|
||||
true, // Offerer
|
||||
true, // Trickle
|
||||
true, // Explicitly set priorities
|
||||
mAllowIceLoopback);
|
||||
if(!mIceCtx) {
|
||||
CSFLogError(logTag, "%s: Failed to create Ice Context", __FUNCTION__);
|
||||
|
Loading…
Reference in New Issue
Block a user