Skip to content
Snippets Groups Projects
Commit 8f29c5e1 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

use dn_match

parent 3d9377f7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment