Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
8a336839
Commit
8a336839
authored
Feb 16, 2018
by
Simon Morlat
Browse files
fix table overflow
parent
7c397eef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nat/ice-agent.cpp
src/nat/ice-agent.cpp
+1
-1
No files found.
src/nat/ice-agent.cpp
View file @
8a336839
...
...
@@ -539,7 +539,7 @@ void IceAgent::createIceCheckListsAndParseIceAttributes (const SalMediaDescripti
}
if
(
!
iceRestarted
)
{
bool_t
losingPairsAdded
=
false
;
for
(
int
j
=
0
;
j
<
SAL_MEDIA_DESCRIPTION_MAX_ICE_CANDIDATES
;
j
++
)
{
for
(
int
j
=
0
;
j
<
SAL_MEDIA_DESCRIPTION_MAX_ICE_
REMOTE_
CANDIDATES
;
j
++
)
{
const
SalIceRemoteCandidate
*
remoteCandidate
=
&
stream
->
ice_remote_candidates
[
j
];
const
char
*
addr
=
nullptr
;
int
port
=
0
;
...
...
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