s4-repl: don't do double replication
[kamenim/samba.git] / source4 / dsdb / repl / drepl_out_helpers.c
index 168aacdde9844bc5ca6920b0b5a6de58a1e90294..5c63c111f3af0f4b6de77c90c6f432971dc48e28 100644 (file)
@@ -414,7 +414,8 @@ static void dreplsrv_op_pull_source_apply_changes_send(struct dreplsrv_op_pull_s
                                                         &rf1,
                                                         uptodateness_vector,
                                                         &drsuapi->gensec_skey,
-                                                        st, NULL);
+                                                        st, NULL, 
+                                                        &st->op->source_dsa->notify_uSN);
        if (!W_ERROR_IS_OK(status)) {
                DEBUG(0,("Failed to commit objects: %s\n", win_errstr(status)));
                composite_error(c, werror_to_ntstatus(status));