[Pkg-telepathy-commits] [libnice] 178/265: test-fullmode: Only wait for data on component 1

Simon McVittie smcv at debian.org
Wed May 14 12:05:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 64e7a425ee2e8ae6b6a6c7a0f24c3367c6f6e997
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Thu Mar 27 17:49:43 2014 -0400

    test-fullmode: Only wait for data on component 1
---
 tests/test-fullmode.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index bd56543..3a10d47 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -176,6 +176,9 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id,
   if (strncmp ("12345678", buf, 8))
     return;
 
+  if (component_id == 2)
+    return;
+
   if (GPOINTER_TO_UINT (user_data) == 2) {
     g_debug ("right agent received %d bytes, stopping mainloop", len);
     global_ragent_read = len;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list