mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 14:48:22 +00:00
[Core] switch_curl_process_mime(): fix build on older systems.
This commit is contained in:
parent
f7e5ae793e
commit
c37ed7c816
@ -135,9 +135,11 @@ SWITCH_DECLARE(switch_status_t) switch_curl_process_mime(switch_event_t *event,
|
|||||||
curl_mime_free(mime);
|
curl_mime_free(mime);
|
||||||
mime = NULL;
|
mime = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
*mimep = mime;
|
*mimep = mime;
|
||||||
|
#else
|
||||||
|
*mimep = formpost;
|
||||||
|
#endif
|
||||||
|
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user