forked from Mirrors/freeswitch
Merge pull request #2180 from signalwire/older
[Core] switch_curl_process_mime(): fix build on older systems.
This commit is contained in:
commit
4f9918f663
|
@ -135,9 +135,11 @@ SWITCH_DECLARE(switch_status_t) switch_curl_process_mime(switch_event_t *event,
|
|||
curl_mime_free(mime);
|
||||
mime = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
*mimep = mime;
|
||||
#else
|
||||
*mimep = formpost;
|
||||
#endif
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue