]> git.sur5r.net Git - openldap/commitdiff
structrual oc fix
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 5 Sep 2003 20:13:10 +0000 (20:13 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 5 Sep 2003 20:13:10 +0000 (20:13 +0000)
servers/slapd/ctxcsn.c

index 8ebb54574694ce629fc1044236b8e1b497ec0392..c74c14f0961b4ebf3dcbf482892065f5a2cb5393 100644 (file)
@@ -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;