mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 02:43:32 +00:00
fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5654 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a42a0a1916
commit
f94400c173
@ -72,7 +72,7 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con
|
|||||||
xml_binding_t *binding = (xml_binding_t *) user_data;
|
xml_binding_t *binding = (xml_binding_t *) user_data;
|
||||||
char *file_url;
|
char *file_url;
|
||||||
struct curl_slist *slist = NULL;
|
struct curl_slist *slist = NULL;
|
||||||
long httpRes;
|
long httpRes = 0;
|
||||||
|
|
||||||
if (!binding) {
|
if (!binding) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user