]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 29 Dec 2008 15:38:56 +0000 (15:38 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 29 Dec 2008 15:38:56 +0000 (15:38 +0000)
servers/slapd/syncrepl.c

index acb2ebf606d92a5f7a7e8b8d307175007d8eadd3..7026adae26f2aa74568a9948cd13ba944b28119f 100644 (file)
@@ -3162,7 +3162,7 @@ dn_callback(
                         * We compare the non-normalized values so that cosmetic changes
                         * in the provider are always propagated.
                         */
-                       if ( dni->new_entry && !is_entry_glue( rs->sr_entry )) {
+                       if ( dni->new_entry ) {
                                Modifications **modtail, **ml;
                                Attribute *old, *new;
                                struct berval old_rdn, new_rdn;