]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't...
authorChris Rienzo <chris@rienzo.com>
Sun, 9 Mar 2014 15:31:00 +0000 (11:31 -0400)
committerChris Rienzo <chris@rienzo.com>
Sun, 9 Mar 2014 15:31:00 +0000 (11:31 -0400)
src/mod/applications/mod_http_cache/mod_http_cache.c

index fd003ade80e698d1ae5dd7fb4db301543c07d5b2..625fe236bbb889e998e00fdd1b8c3ac12949edfa 100644 (file)
@@ -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);