Fix prev commit

This commit is contained in:
Howard Chu 2008-12-29 15:38:56 +00:00
parent 1fbc8aa1df
commit 0b60ddd7ca

View 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;