mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
Initialize variable that may be used uninitialized otherwise.
This commit is contained in:
parent
ab69b2cd06
commit
6c8ee3348e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ static void process_request_event(void *op_base, const belle_sip_request_event_t
|
|||
belle_sip_header_content_length_t *clen=NULL;
|
||||
belle_sip_response_t* resp;
|
||||
SalBody salbody;
|
||||
const char *body;
|
||||
const char *body = NULL;
|
||||
|
||||
content_type=belle_sip_message_get_header_by_type(BELLE_SIP_MESSAGE(req),belle_sip_header_content_type_t);
|
||||
if (content_type){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue