Skip to content
Snippets Groups Projects
Commit 4e9c39d6 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4695 fix modrdn newSup

parent d39809f1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment