Bug 1169498 - Minor comment fix for NrIceCtx::Create(). r=bwc

This commit is contained in:
EKR 2015-05-28 18:57:19 -07:00
parent fcf9b661c7
commit e19af1976d

View File

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