Commit 67807a17 authored by Jakub Adam's avatar Jakub Adam Committed by Olivier Crête

test-new-trickle: remove superfluous expression

parent f8e6e5b9
...@@ -681,8 +681,7 @@ static void new_candidate_test(NiceAgent *lagent, NiceAgent *ragent) ...@@ -681,8 +681,7 @@ static void new_candidate_test(NiceAgent *lagent, NiceAgent *ragent)
g_mutex_unlock (stun_mutex_ptr); g_mutex_unlock (stun_mutex_ptr);
// Wait for lagent to finish gathering candidates // Wait for lagent to finish gathering candidates
while (!lagent_candidate_gathering_done || while (!lagent_candidate_gathering_done)
!lagent_candidate_gathering_done)
g_main_context_iteration (NULL, TRUE); g_main_context_iteration (NULL, TRUE);
g_cancellable_reset (global_cancellable); g_cancellable_reset (global_cancellable);
g_assert (nice_agent_peer_candidate_gathering_done (ragent, global_rs_id)); g_assert (nice_agent_peer_candidate_gathering_done (ragent, global_rs_id));
......
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