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
d060f4bd
Commit
d060f4bd
authored
Feb 16, 2015
by
Simon Morlat
Browse files
fix warning
parent
ccb890ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/bellesip_sal/sal_sdp.c
coreapi/bellesip_sal/sal_sdp.c
+1
-1
No files found.
coreapi/bellesip_sal/sal_sdp.c
View file @
d060f4bd
...
...
@@ -825,7 +825,7 @@ int sdp_to_media_description ( belle_sdp_session_description_t *session_desc, S
/*DTLS attributes can be defined at session level.*/
value
=
belle_sdp_session_description_get_attribute_value
(
session_desc
,
"setup"
);
if
(
value
){
SalDtlsRole
session_role
;
SalDtlsRole
session_role
=
SalDtlsRoleInvalid
;
if
(
strncmp
(
value
,
"actpass"
,
7
)
==
0
)
{
session_role
=
SalDtlsRoleUnset
;
}
else
if
(
strncmp
(
value
,
"active"
,
6
)
==
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