FS-5900 --resolve wow, that's a good find

This commit is contained in:
Anthony Minessale 2013-10-22 20:49:44 +05:00
parent 44680b31d9
commit 9bbd9e769c
1 changed files with 0 additions and 2 deletions

View File

@ -510,8 +510,6 @@ SWITCH_DECLARE(switch_status_t) _switch_cache_db_get_db_handle(switch_cache_db_h
switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, SWITCH_LOG_DEBUG10,
"Create Cached DB handle %s [%s] %s:%d\n", new_dbh->name, switch_cache_db_type_name(type), file, line);
new_dbh = create_handle(type);
if (db) {
new_dbh->native_handle.core_db_dbh = db;
} else if (odbc_dbh) {