]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
merge failure on my part. this should have been included.
authorWilliam King <william.king@quentustech.com>
Thu, 8 Nov 2012 02:04:13 +0000 (18:04 -0800)
committerWilliam King <william.king@quentustech.com>
Thu, 8 Nov 2012 02:04:13 +0000 (18:04 -0800)
src/mod/languages/mod_lua/freeswitch_lua.cpp

index 32c01225bdc97d3da2f28296cf115ed9a44661d1..811a8a7bd6beea406c2a29bf05274be8cc3b3977 100644 (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) {