From: Stefan Metzmacher Date: Tue, 6 Jul 2010 11:29:48 +0000 (+0200) Subject: DEBUG ridalloc... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=3dd0d9b87d99d51e7f2c175f7316e5150382d4d5 DEBUG ridalloc... --- 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);