mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit
This commit is contained in:
parent
58f33cbd1e
commit
a692e8ad74
@ -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 New Issue
Block a user