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;
|
||||
char *file_url;
|
||||
struct curl_slist *slist = NULL;
|
||||
long httpRes;
|
||||
long httpRes = 0;
|
||||
|
||||
if (!binding) {
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue