mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit
This commit is contained in:
parent
61155ca8e8
commit
a2cfda21cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue