Skip to content
Snippets Groups Projects
Commit b9cedbc2 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6508

parent c457b42a
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ OpenLDAP 2.4.22 Engineering
Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-dds with NULL backend (ITS#6490)
Fixed slapo-dynlist REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-memberof attr count (ITS#6508)
Fixed slapo-pcache to release its own entries (ITS#6484)
Fixed slapo-pcache with NULL backend (ITS#6490)
Fixed slapo-rwm entry release handling (ITS#6484)
......
......@@ -580,6 +580,7 @@ memberof_op_add( Operation *op, SlapReply *rs )
sizeof( struct berval ) * ( j - i ) );
}
i--;
a->a_numvals--;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment