mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix prev commit
This commit is contained in:
parent
58f33cbd1e
commit
a692e8ad74
1 changed files with 1 additions and 1 deletions
|
|
@ -1995,7 +1995,7 @@ pcache_op_cleanup( Operation *op, SlapReply *rs ) {
|
|||
|
||||
/* check for malformed entries: attrs with no values */
|
||||
{
|
||||
Attribute *a = e->e_attrs;
|
||||
Attribute *a = rs->sr_entry->e_attrs;
|
||||
for (; a; a=a->a_next) {
|
||||
if ( !a->a_numvals ) {
|
||||
Debug( pcache_debug, "%s: query not cacheable because of attrs without values in DN \"%s\" (%s)\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue