Commit 69888aa8 authored by Youness Alaoui's avatar Youness Alaoui

oups, fix candidate gathering when there is no nice_agent_set_address being called

parent 13d1d1f4
...@@ -1768,7 +1768,7 @@ nice_agent_gather_candidates ( ...@@ -1768,7 +1768,7 @@ nice_agent_gather_candidates (
} }
/* generate a local host candidate for each local address */ /* generate a local host candidate for each local address */
for (i = agent->local_addresses; i; i = i->next){ for (i = local_addresses; i; i = i->next) {
NiceAddress *addr = i->data; NiceAddress *addr = i->data;
NiceCandidate *host_candidate; NiceCandidate *host_candidate;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment