Fix prev commit

This commit is contained in:
Howard Chu 2007-08-24 23:28:43 +00:00
parent 1704b9a081
commit ecf59634e9

View 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;
}