From: Jong Hyuk Choi Date: Fri, 5 Sep 2003 20:13:10 +0000 (+0000) Subject: structrual oc fix X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~745 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57152b08ce5144dfbb10056ce961c68c13017fa9;p=openldap structrual oc fix --- diff --git a/servers/slapd/ctxcsn.c b/servers/slapd/ctxcsn.c index 8ebb545746..c74c14f096 100644 --- a/servers/slapd/ctxcsn.c +++ b/servers/slapd/ctxcsn.c @@ -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;