From: Rupa Schomaker Date: Wed, 11 Feb 2009 02:55:17 +0000 (+0000) Subject: initialize retval X-Git-Tag: v1.0.3~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe47675bb62ddfd6c3751104edf99f21f9228859;p=thirdparty%2Ffreeswitch.git initialize retval git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11745 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index 95ea468154..8161b4642d 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -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)