mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
use dn_match
This commit is contained in:
parent
3d9377f764
commit
8f29c5e1e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue