mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-07 07:59:49 +00:00
FreeSWITCH: Add missing semicolon
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
507de0a7e5
commit
3df5c5f2f4
@ -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_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_test_reactive(db, "select hostname from aliases", "DROP TABLE aliases", create_alias_sql);
|
||||||
switch_cache_db_release_db_handle(&db);
|
switch_cache_db_release_db_handle(&db);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user