summaryrefslogtreecommitdiff
path: root/agent/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.c')
-rw-r--r--agent/agent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.c b/agent/agent.c
index 771cbac..8088aaf 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -1902,7 +1902,8 @@ void agent_gathering_done (NiceAgent *agent)
break;
}
if (m == NULL) {
- conn_check_add_for_candidate (agent, stream->id, component, remote_candidate);
+ conn_check_add_for_candidate_pair (agent, stream->id, component,
+ local_candidate, remote_candidate);
}
}
}