DEBUG ridalloc...
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Jul 2010 11:29:48 +0000 (13:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 6 Jul 2010 11:29:48 +0000 (13:29 +0200)
source4/dsdb/repl/drepl_out_helpers.c

index 56e12579876892a12263e50e1e1f910aa981037d..1ea519d16abdcc3b0e3481bd8d206bc7c1bd99c2 100644 (file)
@@ -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);