use dn_match

This commit is contained in:
Pierangelo Masarati 2002-01-16 12:15:27 +00:00
parent 3d9377f764
commit 8f29c5e1e4

View file

@ -68,7 +68,7 @@ ldbm_back_group(
target->e_ndn, 0, 0 );
#endif
if (strcmp(target->e_ndn, gr_ndn->bv_val) == 0) {
if (dn_match(&target->e_nname, gr_ndn)) {
/* we already have a LOCKED copy of the entry */
e = target;
#ifdef NEW_LOGGING