]> git.sur5r.net Git - openldap/commitdiff
Fix compile breakage from nentries fix
authorLuke Howard <lukeh@openldap.org>
Tue, 1 Apr 2003 11:19:20 +0000 (11:19 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 1 Apr 2003 11:19:20 +0000 (11:19 +0000)
servers/slapd/slapi/slapi_ops.c

index 7c1124fdcd0b8c01dbffc2708a7d3c503b287bd9..e93511460f5dea769bb36ee01e54e6bbd652c7df 100644 (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;
 }