mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
doh
This commit is contained in:
@@ -785,7 +785,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive(switch_cache_db_hand
|
||||
switch_bool_t r = SWITCH_TRUE;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user