merge failure on my part. this should have been included.

This commit is contained in:
William King 2012-11-07 18:04:13 -08:00
parent 2cea7f0ff6
commit 48a0924b54

View File

@ -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) {