Merge branch 'master' of git://git.savannah.nongnu.org/linphone

This commit is contained in:
Jehan Monnier 2010-06-15 14:00:05 +02:00
commit 50c04ac61a

View file

@ -683,6 +683,7 @@ static int get_local_ip_with_getifaddrs(int type, char *address, int size)
if (strchr(address, '%') == NULL) { /*avoid ipv6 link-local addresses */
/*ms_message("getifaddrs() found %s",address);*/
ret++;
break;
}
}
}