From: Howard Chu Date: Mon, 17 Aug 2009 02:22:28 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: ACLCHECK_0~321 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ad21d7dfd5901354ef926738d038222ad16d18b;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/overlays/pcache.c b/servers/slapd/overlays/pcache.c index 8b6d75aada..710df5d789 100644 --- a/servers/slapd/overlays/pcache.c +++ b/servers/slapd/overlays/pcache.c @@ -2806,7 +2806,7 @@ static ConfigOCs pcocs[] = { "NAME 'olcPcacheConfig' " "DESC 'ProxyCache configuration' " "SUP olcOverlayConfig " - "MUST ( olcPcache $ olcPcacheAttrset $ olcPcacheSet ) " + "MUST ( olcPcache $ olcPcacheAttrset $ olcPcacheTemplate ) " "MAY ( olcPcachePosition $ olcPcacheMaxQueries $ olcPcachePersist $ " "olcPcacheValidate $ olcPcacheOffline ) )", Cft_Overlay, pccfg, NULL, pc_cfadd },