diff options
author | Günther Deschner <gd@samba.org> | 2006-04-20 13:51:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:26 -0500 |
commit | 97355b7e3509bdc3afee439b5702cd69bb9e8c30 (patch) | |
tree | 6cc3be77ac61be16e6d15e94445e66f07e9b92c7 /source3/nsswitch | |
parent | 2ebcc2933a12f5df69bf1ea9225ae4989c6208eb (diff) | |
download | samba-97355b7e3509bdc3afee439b5702cd69bb9e8c30.tar.gz samba-97355b7e3509bdc3afee439b5702cd69bb9e8c30.tar.bz2 samba-97355b7e3509bdc3afee439b5702cd69bb9e8c30.zip |
r15150: Adding winbind debug class to the main daemon.
Guenther
(This used to be commit 37d03695c6fb4aa02522c1739b9783c5dc7bf735)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |