mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
ITS#4695 fix modrdn newSup
This commit is contained in:
parent
d39809f1ab
commit
4e9c39d626
1 changed files with 3 additions and 0 deletions
|
|
@ -1795,6 +1795,9 @@ retry_add:;
|
|||
dnParent( &entry->e_name, &newp );
|
||||
op->orr_newSup = &newp;
|
||||
op->orr_nnewSup = &nnewp;
|
||||
} else {
|
||||
op->orr_newSup = NULL;
|
||||
op->orr_nnewSup = NULL;
|
||||
}
|
||||
op->orr_deleteoldrdn = 0;
|
||||
op->orr_modlist = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue