mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 972623 - Fix string comparison in PeerConnectionImpl.cpp, r=ekr
This commit is contained in:
parent
5630626292
commit
afc94e35bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user