Commit 3f4b2f79 authored by Dafydd Harries's avatar Dafydd Harries

_nice_agent_recv: don't need to look up component; it's passed in

darcs-hash:20070215154145-c9803-eb301100859547668e0a384155311a4aabac4fcb.gz
parent 3c3d81a5
......@@ -644,15 +644,8 @@ RESPOND:
/* update candidate/peer affinity */
{
Component *component;
component = stream->component;
g_assert (component);
component->active_candidate = local;
component->peer_addr = &remote->addr;
}
/* send STUN response */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment