mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
structrual oc fix
This commit is contained in:
parent
b3eff8fceb
commit
57152b08ce
@ -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 New Issue
Block a user