Bug 972623 - Fix string comparison in PeerConnectionImpl.cpp, r=ekr

This commit is contained in:
Michael Wu 2014-02-14 17:16:12 -05:00
parent 5630626292
commit afc94e35bb

View File

@ -660,7 +660,7 @@ PeerConnectionImpl::ConvertRTCConfiguration(const RTCConfiguration& aSrc,
NS_ConvertUTF16toUTF8 username(server.mUsername);
#ifdef MOZ_WIDGET_GONK
if (transport.get() == kNrIceTransportTcp)
if (transport == kNrIceTransportTcp)
continue;
#endif
if (!aDst->addTurnServer(host.get(), port,