Fix compile breakage from nentries fix

This commit is contained in:
Luke Howard 2003-04-01 11:19:20 +00:00
parent a099c25089
commit 6e01d4ebe8

View file

@ -40,7 +40,7 @@ internal_result_v3(
{
if (op->o_tag == LDAP_REQ_SEARCH)
slapi_pblock_set( (Slapi_PBlock *)op->o_pb,
SLAPI_NENTRIES, (void *)sr->sr_nentries );
SLAPI_NENTRIES, (void *)rs->sr_nentries );
return;
}