From 67807a17ce983a860804d7732aaf7d2fb56150ba Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Tue, 12 Feb 2019 15:30:22 +0100 Subject: test-new-trickle: remove superfluous expression --- tests/test-new-trickle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-new-trickle.c b/tests/test-new-trickle.c index 0be38b9..97e9666 100644 --- a/tests/test-new-trickle.c +++ b/tests/test-new-trickle.c @@ -681,8 +681,7 @@ static void new_candidate_test(NiceAgent *lagent, NiceAgent *ragent) g_mutex_unlock (stun_mutex_ptr); // Wait for lagent to finish gathering candidates - while (!lagent_candidate_gathering_done || - !lagent_candidate_gathering_done) + while (!lagent_candidate_gathering_done) g_main_context_iteration (NULL, TRUE); g_cancellable_reset (global_cancellable); g_assert (nice_agent_peer_candidate_gathering_done (ragent, global_rs_id)); -- cgit v1.2.1