From: Howard Chu Date: Tue, 24 May 2005 17:13:37 +0000 (+0000) Subject: Use "pcache" to invoke the overlay instead of "proxycache" X-Git-Tag: OPENLDAP_AC_BP~601 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d7745c17d484abf3f8d0f6b1d5552991dd891b82;p=openldap Use "pcache" to invoke the overlay instead of "proxycache" --- diff --git a/servers/slapd/overlays/pcache.c b/servers/slapd/overlays/pcache.c index 6fdd3ca7a5..0e1349a181 100644 --- a/servers/slapd/overlays/pcache.c +++ b/servers/slapd/overlays/pcache.c @@ -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;