]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix windows build
authorMichael Jerris <mike@jerris.com>
Wed, 22 Aug 2007 00:21:09 +0000 (00:21 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 22 Aug 2007 00:21:09 +0000 (00:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5654 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/xml_int/mod_xml_curl/mod_xml_curl.c

index 957435cc36b85a75815a3d3d9aa4b9ccdad2ae3c..4660d49c68cf11559a56ef940d81568f88b78514 100644 (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;