mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
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;
|
uint32_t enable_ssl_verifyhost = 0;
|
||||||
char *cookie_file = NULL;
|
char *cookie_file = NULL;
|
||||||
hash_node_t* hash_node;
|
hash_node_t* hash_node;
|
||||||
|
int auth_scheme = CURLAUTH_BASIC;
|
||||||
need_vars_map = 0;
|
need_vars_map = 0;
|
||||||
vars_map = NULL;
|
vars_map = NULL;
|
||||||
int auth_scheme = CURLAUTH_BASIC;
|
|
||||||
|
|
||||||
|
|
||||||
for (param = switch_xml_child(binding_tag, "param"); param; param = param->next) {
|
for (param = switch_xml_child(binding_tag, "param"); param; param = param->next) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user