initialize retval
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11745 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3634615e2d
commit
fe47675bb6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue