From: Chris Rienzo Date: Sun, 9 Mar 2014 15:31:00 +0000 (-0400) Subject: FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't... X-Git-Tag: v1.5.11~78^2~10^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf04dd3e75d325348767b65cdefdf122795d6121;p=thirdparty%2Ffreeswitch.git FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't updated --- diff --git a/src/mod/applications/mod_http_cache/mod_http_cache.c b/src/mod/applications/mod_http_cache/mod_http_cache.c index fd003ade80..625fe236bb 100644 --- a/src/mod/applications/mod_http_cache/mod_http_cache.c +++ b/src/mod/applications/mod_http_cache/mod_http_cache.c @@ -1633,7 +1633,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_http_cache_load) gcache.pool = pool; switch_core_hash_init(&gcache.map); switch_core_hash_init(&gcache.profiles); - switch_core_hash_init_nocase(&gcache.fqdn_profiles, gcache.pool); + switch_core_hash_init_nocase(&gcache.fqdn_profiles); switch_mutex_init(&gcache.mutex, SWITCH_MUTEX_UNNESTED, gcache.pool); switch_thread_rwlock_create(&gcache.shutdown_lock, gcache.pool);