FSCORE-656

This commit is contained in:
Anthony Minessale 2010-08-23 13:15:58 -05:00
parent af100fd156
commit 252aebf881

View File

@ -196,7 +196,8 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
{ {
char *errmsg; char *errmsg;
if (switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) { if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
switch_core_db_exec(db, test_sql, NULL, NULL, NULL);
return; return;
} }