mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
more cleanup of attr renaming
This commit is contained in:
parent
afec8d12ad
commit
9f13a2ae02
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue