mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
61155ca8e8
commit
a2cfda21cd
@ -149,7 +149,7 @@ slap_create_context_csn_entry(
|
||||
attr_merge_one( e, slap_schema.si_ad_subtreeSpecification, &bv, NULL );
|
||||
|
||||
build_new_dn( &e->e_name, &be->be_nsuffix[0], &slap_ldapsync_cn_bv );
|
||||
ber_dupbv( &e->e_name, &e->e_nname );
|
||||
ber_dupbv( &e->e_nname, &e->e_name );
|
||||
|
||||
return e;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user