FSCORE-656

This commit is contained in:
Anthony Minessale 2010-08-23 13:15:58 -05:00
parent af100fd156
commit 252aebf881
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
{
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;
}