mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use "pcache" to invoke the overlay instead of "proxycache"
This commit is contained in:
parent
5f5356567e
commit
d7745c17d4
@ -2066,7 +2066,7 @@ int pcache_init()
|
||||
return code;
|
||||
}
|
||||
|
||||
proxy_cache.on_bi.bi_type = "proxycache";
|
||||
proxy_cache.on_bi.bi_type = "pcache";
|
||||
proxy_cache.on_bi.bi_db_init = proxy_cache_init;
|
||||
proxy_cache.on_bi.bi_db_config = proxy_cache_config;
|
||||
proxy_cache.on_bi.bi_db_open = proxy_cache_open;
|
||||
|
Loading…
Reference in New Issue
Block a user