]> git.sur5r.net Git - openldap/commitdiff
ITS#4695 same fix for delta-sync
authorHoward Chu <hyc@openldap.org>
Fri, 6 Oct 2006 01:57:50 +0000 (01:57 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 6 Oct 2006 01:57:50 +0000 (01:57 +0000)
servers/slapd/syncrepl.c

index 142ae86cb5dd662fba20d09b8a973f4784417c8c..1cff5d1e45abe7ca6762c6531af65f6e6c389d11 100644 (file)
@@ -1301,6 +1301,9 @@ syncrepl_message_to_op(
                                goto done;
                        op->orr_newSup = &psup;
                        op->orr_nnewSup = &nsup;
+               } else {
+                       op->orr_newSup = NULL;
+                       op->orr_nnewSup = NULL;
                }
                op->orr_newrdn = prdn;
                op->orr_nnewrdn = nrdn;