Bug 1214279: Fix the same infinite loop from bug 957236 in a different place. r=drno

This commit is contained in:
Byron Campen [:bwc] 2015-10-22 16:40:38 -04:00
parent 3a16bbbb66
commit 29e45beb5c

View File

@ -199,7 +199,7 @@ stun_get_win32_addrs(nr_local_addr addrs[], int maxaddrs, int *count)
c = strchr(munged_ifname, '.');
while (c != NULL) {
*c = '+';
c = strchr(munged_ifname, '+');
c = strchr(munged_ifname, '.');
}
if ((tmpAddress->IfIndex != 0) || (tmpAddress->Ipv6IfIndex != 0)) {