mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-01 18:06:24 +00:00
Fix compilation.
This commit is contained in:
parent
38ea4ee8a3
commit
6b290a01ea
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ static void linphone_chat_process_response_headers_from_get_file(void *data, con
|
||||||
/*we are receiving a response, set a specific body handler to acquire the response.
|
/*we are receiving a response, set a specific body handler to acquire the response.
|
||||||
* if not done, belle-sip will create a memory body handler, the default*/
|
* if not done, belle-sip will create a memory body handler, the default*/
|
||||||
LinphoneChatMessage *message=(LinphoneChatMessage *)belle_sip_object_data_get(BELLE_SIP_OBJECT(event->request),"message");
|
LinphoneChatMessage *message=(LinphoneChatMessage *)belle_sip_object_data_get(BELLE_SIP_OBJECT(event->request),"message");
|
||||||
belle_sip_message_t* response = event->response;
|
belle_sip_message_t* response = BELLE_SIP_MESSAGE(event->response);
|
||||||
size_t body_size = 0;
|
size_t body_size = 0;
|
||||||
|
|
||||||
if( message->file_transfer_information == NULL ){
|
if( message->file_transfer_information == NULL ){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue