X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=blobdiff_plain;f=source4%2Fdsdb%2Frepl%2Fdrepl_out_helpers.c;h=1ea519d16abdcc3b0e3481bd8d206bc7c1bd99c2;hp=56e12579876892a12263e50e1e1f910aa981037d;hb=3dd0d9b87d99d51e7f2c175f7316e5150382d4d5;hpb=b77e99db709d65c9114bfc765a1ed41c293583dd diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/source4/dsdb/repl/drepl_out_helpers.c index 56e125798768..1ea519d16abd 100644 --- a/source4/dsdb/repl/drepl_out_helpers.c +++ b/source4/dsdb/repl/drepl_out_helpers.c @@ -332,7 +332,7 @@ static void dreplsrv_op_pull_source_get_changes_trigger(struct tevent_req *req) r->in.req->req5.fsmo_info = state->op->fsmo_info; } -#if 0 +#if 1 NDR_PRINT_IN_DEBUG(drsuapi_DsGetNCChanges, r); #endif @@ -374,6 +374,8 @@ static void dreplsrv_op_pull_source_get_changes_done(struct tevent_req *subreq) return; } + NDR_PRINT_OUT_DEBUG(drsuapi_DsGetNCChanges, r); + if (!W_ERROR_IS_OK(r->out.result)) { status = werror_to_ntstatus(r->out.result); tevent_req_nterror(req, status);