提交 cf04dd3e authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't updated

上级 f649af84
...@@ -1633,7 +1633,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_http_cache_load) ...@@ -1633,7 +1633,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_http_cache_load)
gcache.pool = pool; gcache.pool = pool;
switch_core_hash_init(&gcache.map); switch_core_hash_init(&gcache.map);
switch_core_hash_init(&gcache.profiles); 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_mutex_init(&gcache.mutex, SWITCH_MUTEX_UNNESTED, gcache.pool);
switch_thread_rwlock_create(&gcache.shutdown_lock, gcache.pool); switch_thread_rwlock_create(&gcache.shutdown_lock, gcache.pool);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论