From: Luke Howard Date: Tue, 1 Apr 2003 11:19:20 +0000 (+0000) Subject: Fix compile breakage from nentries fix X-Git-Tag: AUTOCONF_2_57~130 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e01d4ebe85d285e3b99d54e00d1a70c54628b67;p=openldap Fix compile breakage from nentries fix --- diff --git a/servers/slapd/slapi/slapi_ops.c b/servers/slapd/slapi/slapi_ops.c index 7c1124fdcd..e93511460f 100644 --- a/servers/slapd/slapi/slapi_ops.c +++ b/servers/slapd/slapi/slapi_ops.c @@ -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; }