mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Use "pcache" to invoke the overlay instead of "proxycache"
This commit is contained in:
parent
5f5356567e
commit
d7745c17d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue