mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
use normalized new superior
This commit is contained in:
parent
565ae9ab7a
commit
bf2653ef8b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ meta_back_modrdn( Operation *op, SlapReply *rs )
|
|||
int nsCandidate, version = LDAP_VERSION3;
|
||||
|
||||
nsCandidate = meta_back_select_unique_candidate( li,
|
||||
op->oq_modrdn.rs_newSup );
|
||||
op->oq_modrdn.rs_nnewSup );
|
||||
|
||||
if ( nsCandidate != candidate ) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue