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:
Luke Howard 2003-04-01 18:21:26 +00:00
parent d2b6e8d56c
commit c4382a2b3b

View file

@ -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;
}