]> git.sur5r.net Git - openldap/commitdiff
Use "pcache" to invoke the overlay instead of "proxycache"
authorHoward Chu <hyc@openldap.org>
Tue, 24 May 2005 17:13:37 +0000 (17:13 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 24 May 2005 17:13:37 +0000 (17:13 +0000)
servers/slapd/overlays/pcache.c

index 6fdd3ca7a58335a1af8831912f80423d7122bf2d..0e1349a18144209a21e60bde5797256144b66cce 100644 (file)
@@ -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;