From ccfc15a5a6ee6b731dd96ebf86201e2410f3a676 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 20 Oct 2021 20:27:12 +0200 Subject: [PATCH] debug fault --- librpc/rpc/dcesrv_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/librpc/rpc/dcesrv_core.c b/librpc/rpc/dcesrv_core.c index 9932cc016567..38d7aab3209a 100644 --- a/librpc/rpc/dcesrv_core.c +++ b/librpc/rpc/dcesrv_core.c @@ -863,6 +863,7 @@ static NTSTATUS _dcesrv_fault_disconnect_flags(struct dcesrv_call_state *call, reason = location; } + DBG_ERR("%s\n", reason); /* * We add the call to the pending_call_list * in order to defer the termination. -- 2.34.1