mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix prev commit
This commit is contained in:
parent
1fbc8aa1df
commit
0b60ddd7ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user