mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
structrual oc fix
This commit is contained in:
parent
b3eff8fceb
commit
57152b08ce
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ slap_create_context_csn_entry(
|
|||
*modtail = mod;
|
||||
modtail = &mod->sml_next;
|
||||
|
||||
ber_str2bv( "syncProviderSubentry",
|
||||
strlen("syncProviderSubentry"), 1, &socbva[0] );
|
||||
ber_str2bv( "subentry",
|
||||
strlen("subentry"), 1, &socbva[0] );
|
||||
|
||||
mod = (Modifications *) ch_calloc( 1, sizeof( Modifications ));
|
||||
mod->sml_op = LDAP_MOD_REPLACE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue