mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
merge failure on my part. this should have been included.
This commit is contained in:
@@ -335,6 +335,7 @@ Dbh::Dbh(char *dsn, char *user, char *pass)
|
||||
{
|
||||
switch_cache_db_connection_options_t options = { {0} };
|
||||
const char *prefix = "core:";
|
||||
switch_cache_db_handle_type_t type;
|
||||
m_connected = false;
|
||||
|
||||
if (strstr(dsn, prefix) == dsn) {
|
||||
|
||||
Reference in New Issue
Block a user