code before declaration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15112 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7f294ebd4f
commit
95aac51bea
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue