From: Anthony Minessale Date: Wed, 17 Apr 2013 19:57:06 +0000 (-0500) Subject: FS-5313 X-Git-Tag: v1.5.1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=863fbd2e35abd7e251c466c05a64020b219e746f;p=thirdparty%2Ffreeswitch.git FS-5313 --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 7bed6e71f2..736b8ea715 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -3235,9 +3235,9 @@ switch_status_t switch_core_sqldb_start(switch_memory_pool_t *pool, switch_bool_ if (err) { - runtime.odbc_dsn = NULL; - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Transactions not supported on your DB, disabling non-SQLite support; using SQLite\n"); - switch_cache_db_release_db_handle(&sql_manager.dbh); + //runtime.odbc_dsn = NULL; + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Database Error [%s]\n", err); + //switch_cache_db_release_db_handle(&sql_manager.dbh); free(err); goto top; }