summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2019-02-12 15:30:22 +0100
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2019-03-08 14:41:30 +0000
commit67807a17ce983a860804d7732aaf7d2fb56150ba (patch)
tree267e67fdc8716a2431433b5fabcd07e6bc9b912a
parentf8e6e5b93a4a73578753afe4955b2e278a1990c4 (diff)
downloadlibnice-67807a17ce983a860804d7732aaf7d2fb56150ba.tar.gz
test-new-trickle: remove superfluous expression
-rw-r--r--tests/test-new-trickle.c3
1 files changed, 1 insertions, 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));