]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
code before declaration
authorJeff Lenk <jeff@jefflenk.com>
Thu, 8 Oct 2009 12:30:46 +0000 (12:30 +0000)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 8 Oct 2009 12:30:46 +0000 (12:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15112 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/xml_int/mod_xml_curl/mod_xml_curl.c

index d923f0ab840bc469ec2762cf2ebd09749b4421d3..9e89d4b94c4ac3234bb57cbd3cc7798b6be23942 100644 (file)
@@ -354,9 +354,9 @@ static switch_status_t do_config(void)
                uint32_t enable_ssl_verifyhost = 0;
                char *cookie_file = NULL;
                hash_node_t* hash_node;
+               int auth_scheme = CURLAUTH_BASIC;
                need_vars_map = 0;
                vars_map = NULL;
-               int auth_scheme = CURLAUTH_BASIC;
 
 
                for (param = switch_xml_child(binding_tag, "param"); param; param = param->next) {