From 7b221116d0317f22a76a260a579fbc889c8ab32c Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 16 Jul 2010 15:56:35 -0400 Subject: [PATCH] wtf.. should not set added to -1 since we continue adding other candidates and e want to schedule_next if one succeeded --- agent/agent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/agent.c b/agent/agent.c index 44fb2bd..30ec34a 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -2181,8 +2181,6 @@ nice_agent_set_remote_candidates (NiceAgent *agent, guint stream_id, guint compo d->foundation); if (res) ++added; - else - added = -1; } } -- 2.11.4.GIT