From: Jakub Adam Date: Tue, 12 Feb 2019 14:30:22 +0000 (+0100) Subject: test-new-trickle: remove superfluous expression X-Git-Tag: 0.1.16~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67807a17ce983a860804d7732aaf7d2fb56150ba;p=platform%2Fupstream%2Flibnice.git test-new-trickle: remove superfluous expression --- 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));