nm this is bad

This commit is contained in:
Anthony Minessale 2010-06-28 10:25:21 -05:00
parent 013222bba3
commit 7626a6c6b4
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ SWITCH_DECLARE(void) switch_cache_db_flush_handles(void)
SWITCH_DECLARE(void) switch_cache_db_release_db_handle(switch_cache_db_handle_t ** dbh)
{
if (dbh && *dbh) {
switch_clear_flag(*dbh, CDF_INUSE);
switch_mutex_unlock((*dbh)->mutex);
*dbh = NULL;
}