mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 00:58:02 -05:00
Don't set SLAPI_NENTRIES in internal_result_v3; seems to clobber it
(Howard, can you take a look at this?)
This commit is contained in:
parent
d2b6e8d56c
commit
c4382a2b3b
1 changed files with 4 additions and 0 deletions
|
|
@ -38,9 +38,13 @@ internal_result_v3(
|
|||
Operation *op,
|
||||
SlapReply *rs )
|
||||
{
|
||||
#ifdef notdef
|
||||
/* XXX needs review after internal API change */
|
||||
/* rs->sr_nentries appears to always be 0 */
|
||||
if (op->o_tag == LDAP_REQ_SEARCH)
|
||||
slapi_pblock_set( (Slapi_PBlock *)op->o_pb,
|
||||
SLAPI_NENTRIES, (void *)rs->sr_nentries );
|
||||
#endif
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue