mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1526477
- Part 1: Fix typo causing us to go into the controlled role when interoping with an ice-lite endpoint. r=mjf
Depends on D19232 Differential Revision: https://phabricator.services.mozilla.com/D19233 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
b9265f3fe2
commit
d3aa5063fc
@ -492,7 +492,7 @@ nr_ice_peer_ctx_parse_global_attributes(nr_ice_peer_ctx *pctx, char **attrs, int
|
||||
}
|
||||
else if (!strncasecmp(str, "ice-lite", 8)) {
|
||||
pctx->peer_lite = 1;
|
||||
pctx->controlling = 0;
|
||||
pctx->controlling = 1;
|
||||
|
||||
fast_forward(&str, 8);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user