mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
fix warning
This commit is contained in:
parent
ccb890ad94
commit
d060f4bd65
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue