From 97355b7e3509bdc3afee439b5702cd69bb9e8c30 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 20 Apr 2006 13:51:43 +0000 Subject: r15150: Adding winbind debug class to the main daemon. Guenther (This used to be commit 37d03695c6fb4aa02522c1739b9783c5dc7bf735) --- source3/nsswitch/winbindd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 997991a8c6..e6c69247f8 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -26,6 +26,9 @@ #include "includes.h" #include "winbindd.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_WINBIND + BOOL opt_nocache = False; static BOOL interactive = False; -- cgit