From: Samuel Cabrero Date: Mon, 4 Feb 2019 16:37:01 +0000 (+0100) Subject: librpc:core: Set debug class X-Git-Tag: talloc-2.3.1~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52727543b05c80742e187014ce1048fe7b104bdc;p=thirdparty%2Fsamba.git librpc:core: Set debug class Signed-off-by: Samuel Cabrero Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- diff --git a/librpc/rpc/dcesrv_core.c b/librpc/rpc/dcesrv_core.c index 2bc94ce66a5..f7f0e627e33 100644 --- a/librpc/rpc/dcesrv_core.c +++ b/librpc/rpc/dcesrv_core.c @@ -33,6 +33,9 @@ #include "librpc/gen_ndr/ndr_dcerpc.h" #include "lib/util/tevent_ntstatus.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_RPC_SRV + static NTSTATUS dcesrv_negotiate_contexts(struct dcesrv_call_state *call, const struct dcerpc_bind *b, struct dcerpc_ack_ctx *ack_ctx_list);