Commit 9a7c8f68 authored by Dafydd Harries's avatar Dafydd Harries

initialize file descriptor set

darcs-hash:20070213121424-c9803-251062149e59ee6931d65a7308519b60c445da64.gz
parent b5638090
......@@ -721,6 +721,8 @@ nice_agent_recv (
gint num_readable;
GSList *i;
FD_ZERO (&fds);
for (i = agent->local_candidates; i; i = i->next)
{
NiceCandidate *candidate;
......
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