From: Howard Chu Date: Mon, 29 Dec 2008 15:38:56 +0000 (+0000) Subject: Fix prev commit X-Git-Tag: ACLCHECK_0~1016 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b60ddd7cac061b1450eaec1fb59dff73e069d4f;p=openldap Fix prev commit --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index acb2ebf606..7026adae26 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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;