declaration after statement
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c5c13c2668
commit
861a585540
|
@ -1175,8 +1175,8 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate(const char *section,
|
|||
|
||||
SWITCH_DECLARE(switch_status_t) switch_xml_locate_domain(char *domain_name, char *params, switch_xml_t *root, switch_xml_t *domain)
|
||||
{
|
||||
*domain = NULL;
|
||||
char my_params[512];
|
||||
*domain = NULL;
|
||||
|
||||
if (!params) {
|
||||
snprintf(my_params, sizeof(my_params), "domain=%s", domain_name);
|
||||
|
|
Loading…
Reference in New Issue