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:
Byron Campen [:bwc] 2019-02-11 16:10:13 +00:00
parent b9265f3fe2
commit d3aa5063fc

View File

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