From 31293c64a323eb59fd8e81cd44bb33768a43e0c0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 5 Mar 2010 11:16:12 +0100 Subject: s3:winbindd: add DEBUG(10,...) for the end of each top level That will hopefully make debugging a bit easier (at least for me). metze --- source3/winbindd/winbindd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd.h') diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index ea791234fb..f1815ac870 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -56,6 +56,7 @@ struct winbindd_cli_state { bool privileged; /* Is the client 'privileged' */ TALLOC_CTX *mem_ctx; /* memory per request */ + const char *cmd_name; NTSTATUS (*recv_fn)(struct tevent_req *req, struct winbindd_response *presp); struct winbindd_request *request; /* Request from client */ -- cgit