mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix compile breakage from nentries fix
This commit is contained in:
parent
a099c25089
commit
6e01d4ebe8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue