This commit is contained in:
Anthony Minessale 2010-08-18 09:53:22 -05:00
parent c47d1ef81c
commit a64061a24c

View File

@ -785,7 +785,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive(switch_cache_db_hand
switch_bool_t r = SWITCH_TRUE; switch_bool_t r = SWITCH_TRUE;
if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) { if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
switch_cache_db_execute_sql(dbh, test_sql, NULL); switch_cache_db_execute_sql(dbh, (char *)test_sql, NULL);
return SWITCH_TRUE; return SWITCH_TRUE;
} }