mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
fix linux compilation issue
This commit is contained in:
parent
63fa87209c
commit
4fe21b2fe7
2 changed files with 2 additions and 3 deletions
|
|
@ -38,9 +38,8 @@ void _belle_sip_log(belle_sip_log_level lev, const char *fmt, va_list args) {
|
|||
ortp_level=ORTP_MESSAGE;
|
||||
break;
|
||||
case BELLE_SIP_LOG_DEBUG:
|
||||
ortp_level=ORTP_DEBUG;
|
||||
break;
|
||||
default:
|
||||
ortp_level=ORTP_DEBUG;
|
||||
break;
|
||||
}
|
||||
if (ortp_log_level_enabled(ortp_level)){
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ belle_sdp_session_description_t * media_description_to_sdp(const SalMediaDescrip
|
|||
MSList* pt_it;
|
||||
PayloadType* pt;
|
||||
char buffer[1024];
|
||||
char* dir;
|
||||
char* dir=NULL;
|
||||
|
||||
if (strchr(desc->addr,':')!=NULL){
|
||||
inet6=1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue