initialize retval

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11745 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Rupa Schomaker 2009-02-11 02:55:17 +00:00
parent 3634615e2d
commit fe47675bb6
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static switch_bool_t test_lcr_sql(const char *sql)
{
char * tsql;
tsql = switch_mprintf(sql, "5555551212");
switch_bool_t retval;
switch_bool_t retval = SWITCH_FALSE;
if (globals.odbc_dsn) {
if(switch_odbc_handle_exec(globals.master_odbc, tsql, NULL)