FreeSWITCH: Add missing semicolon

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
Stefan Knoblich 2012-09-26 17:44:39 +02:00
parent 507de0a7e5
commit 3df5c5f2f4

View File

@ -2411,7 +2411,7 @@ switch_status_t switch_core_sqldb_start(switch_memory_pool_t *pool, switch_bool_
{
switch_cache_db_handle_t *db = NULL;
switch_core_persist_db_handle(&db)
switch_core_persist_db_handle(&db);
switch_cache_db_test_reactive(db, "select hostname from aliases", "DROP TABLE aliases", create_alias_sql);
switch_cache_db_release_db_handle(&db);
}