more cleanup of attr renaming

This commit is contained in:
Pierangelo Masarati 2009-08-19 23:13:13 +00:00
parent afec8d12ad
commit 9f13a2ae02

View file

@ -4541,7 +4541,7 @@ pcache_db_open2(
op->ors_slimit = 1;
op->ors_tlimit = SLAP_NO_LIMIT;
op->ors_limit = NULL;
ber_str2bv( "(cachedQueryURL=*)", 0, 0, &op->ors_filterstr );
ber_str2bv( "(pcacheQueryURL=*)", 0, 0, &op->ors_filterstr );
f.f_choice = LDAP_FILTER_PRESENT;
f.f_desc = ad_cachedQueryURL;
op->ors_filter = &f;