Commit e57568d6 authored by Youness Alaoui's avatar Youness Alaoui

Typo, get_remote_candidates actually returns the local_candidates

parent 41961275
......@@ -1627,7 +1627,7 @@ nice_agent_get_remote_candidates (
goto done;
}
for (item = component->local_candidates; item; item = item->next)
for (item = component->remote_candidates; item; item = item->next)
ret = g_slist_append (ret, nice_candidate_copy (item->data));
done:
......
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