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
accf7823
Commit
accf7823
authored
May 03, 2021
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: Remove duplicated early return
The type is already checked to not be peer reflexive earlier.
parent
39ae272b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
agent/agent.c
agent/agent.c
+0
-4
No files found.
agent/agent.c
View file @
accf7823
...
@@ -3876,10 +3876,6 @@ static gboolean priv_add_remote_candidate (
...
@@ -3876,10 +3876,6 @@ static gboolean priv_add_remote_candidate (
else
{
else
{
/* case 2: add a new candidate */
/* case 2: add a new candidate */
if
(
type
==
NICE_CANDIDATE_TYPE_PEER_REFLEXIVE
)
{
nice_debug
(
"Agent %p : Warning: ignoring externally set peer-reflexive candidate!"
,
agent
);
return
FALSE
;
}
candidate
=
nice_candidate_new
(
type
);
candidate
=
nice_candidate_new
(
type
);
candidate
->
stream_id
=
stream_id
;
candidate
->
stream_id
=
stream_id
;
...
...
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