diff --git a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c index d923f0ab84..9e89d4b94c 100644 --- a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c +++ b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c @@ -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) {