]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 24 Aug 2007 23:28:43 +0000 (23:28 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Aug 2007 23:28:43 +0000 (23:28 +0000)
servers/slapd/overlays/dynlist.c

index 45173af76b2dac76ccf604c28912ea35cfe4d063..afc2b25c57b719a33ab0a98fc752267aeaecf59a 100644 (file)
@@ -586,7 +586,7 @@ dynlist_compare( Operation *op, SlapReply *rs )
                }
        }
 
-       if ( be_entry_get_rw( &o, &o.o_req_ndn, NULL, NULL, 0, &e ) !=
+       if ( overlay_entry_get_ov( &o, &o.o_req_ndn, NULL, NULL, 0, &e, on ) !=
                LDAP_SUCCESS || e == NULL ) {
                return SLAP_CB_CONTINUE;
        }