Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libnice
libnice
Commits
69888aa8
Commit
69888aa8
authored
Dec 09, 2010
by
Youness Alaoui
Browse files
oups, fix candidate gathering when there is no nice_agent_set_address being called
parent
13d1d1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/agent.c
View file @
69888aa8
...
...
@@ -1768,7 +1768,7 @@ nice_agent_gather_candidates (
}
/* generate a local host candidate for each local address */
for
(
i
=
agent
->
local_addresses
;
i
;
i
=
i
->
next
){
for
(
i
=
local_addresses
;
i
;
i
=
i
->
next
)
{
NiceAddress
*
addr
=
i
->
data
;
NiceCandidate
*
host_candidate
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment