uninitialized var.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10789 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-16 13:15:42 +00:00
parent 53a30c5b90
commit 4dc7d512e2
1 changed files with 1 additions and 1 deletions

View File

@ -2707,7 +2707,7 @@ SWITCH_STANDARD_API(uuid_setvar_multi_function)
switch_core_session_t *psession = NULL;
char *mycmd = NULL, *vars, *argv[64] = { 0 };
int argc = 0;
char *var_name, *var_value;
char *var_name, *var_value = NULL;
if (session) {
return SWITCH_STATUS_FALSE;