Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
ea3d7e0d
Commit
ea3d7e0d
authored
Jun 21, 2016
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: Don't ask upnp to remove not yet allocated candidates
This caused a warning in Farstream tests.
parent
6be20ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
agent/agent.c
agent/agent.c
+3
-0
No files found.
agent/agent.c
View file @
ea3d7e0d
...
...
@@ -2965,6 +2965,9 @@ void agent_remove_local_candidate (NiceAgent *agent, NiceCandidate *candidate)
if
(
candidate
->
type
!=
NICE_CANDIDATE_TYPE_HOST
)
return
;
if
(
nice_address_get_port
(
&
candidate
->
addr
)
==
0
)
return
;
nice_address_to_string
(
&
candidate
->
addr
,
local_ip
);
gupnp_simple_igd_remove_port_local
(
GUPNP_SIMPLE_IGD
(
agent
->
upnp
),
"UDP"
,
...
...
Write
Preview
Markdown
is supported
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