mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#4695 same fix for delta-sync
This commit is contained in:
parent
dc907d929d
commit
b14e6e00b5
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue