fix db connection hijacking issue

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15625 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-11-23 18:25:11 +00:00
parent 06a4ef9735
commit 3db63361fd
2 changed files with 21 additions and 8 deletions
+1
View File
@@ -1959,6 +1959,7 @@ typedef struct {
switch_mutex_t *mutex;
switch_memory_pool_t *pool;
int32_t flags;
unsigned long hash;
} switch_cache_db_handle_t;