fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5654 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-08-22 00:21:09 +00:00
parent a42a0a1916
commit f94400c173
1 changed files with 1 additions and 1 deletions

View File

@ -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;