Commit ad9e2e2f authored by Youness Alaoui's avatar Youness Alaoui

Remove assert that forces all local candidates to have a username/password set to NULL

parent 4407dbe3
......@@ -156,11 +156,6 @@ static gboolean priv_add_local_candidate_pruned (Component *component, NiceCandi
candidate);
if (modified_list) {
component->local_candidates = modified_list;
/* note: candidate username and password are left NULL as stream
level ufrag/password are used */
g_assert (candidate->username == NULL);
g_assert (candidate->password == NULL);
}
return TRUE;
......
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