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

ITS#4695 same fix for delta-sync

parent dc907d92
No related branches found
No related tags found
No related merge requests found
......@@ -1301,6 +1301,9 @@ syncrepl_message_to_op(
goto done;
op->orr_newSup = &psup;
op->orr_nnewSup = ⊅
} else {
op->orr_newSup = NULL;
op->orr_nnewSup = NULL;
}
op->orr_newrdn = prdn;
op->orr_nnewrdn = nrdn;
......
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