declaration after statement

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-04-30 20:58:59 +00:00
parent c5c13c2668
commit 861a585540
1 changed files with 1 additions and 1 deletions

View File

@ -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);