Displaying 1 result from an estimated 1 matches for "w_error_equal".
2017 Jun 13
2
skip chunk if "DRS linked attribute for GUID - DN not found"
...truct tevent_req *req
                                                                                             &state->op->source_dsa->notify_uSN);
               talloc_free(objects);
-              if (!W_ERROR_IS_OK(status)) {
+             if (!W_ERROR_IS_OK(status) && !W_ERROR_EQUAL(status, WERR_DS_NO_SUCH_OBJECT)) {
                               /*
                               * If we failed to apply the records due to a missing
@@ -943,6 +943,11 @@ static void dreplsrv_op_pull_source_apply_changes_trigger(struct tevent_req *req
                              tevent_req_nte...