mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#7000 fix bad patch in ITS#6472
This commit is contained in:
parent
890d4c6216
commit
ff7acea2d2
@ -3085,7 +3085,7 @@ retry_modrdn:;
|
||||
|
||||
/* NOTE: noSuchObject should result because the new superior
|
||||
* has not been added yet (ITS#6472) */
|
||||
if ( rc == LDAP_NO_SUCH_OBJECT && !BER_BVISNULL( op->orr_nnewSup )) {
|
||||
if ( rc == LDAP_NO_SUCH_OBJECT && op->orr_nnewSup != NULL ) {
|
||||
Operation op2 = *op;
|
||||
rc = syncrepl_add_glue_ancestors( &op2, entry );
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
|
Loading…
Reference in New Issue
Block a user