]> git.sur5r.net Git - openldap/commitdiff
ITS#5376: Drop permissive modify, it isn't necessary
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 13 Feb 2008 19:02:57 +0000 (19:02 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 13 Feb 2008 19:02:57 +0000 (19:02 +0000)
servers/slapd/syncrepl.c

index 71c88250ca0c8f514cf95fe0458c6baad8e11ddc..68b4c9692146d38da717aea1e5820f766f9cc9f8 100644 (file)
@@ -1579,9 +1579,7 @@ syncrepl_message_to_op(
                } else {
                        op->orm_modlist = modlist;
                        op->o_bd = si->si_wbe;
-                       op->o_permissive_modify = SLAP_CONTROL_NONCRITICAL;
                        rc = op->o_bd->be_modify( op, &rs );
-                       op->o_permissive_modify = SLAP_CONTROL_NONE;
                        modlist = op->orm_modlist;
                        Debug( rc ? LDAP_DEBUG_ANY : LDAP_DEBUG_SYNC,
                                "syncrepl_message_to_op: %s be_modify %s (%d)\n",