diff options
author | Simo Sorce <idra@samba.org> | 2002-06-18 09:20:13 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-06-18 09:20:13 +0000 |
commit | a60e37096d6576dcf749237df99e7c2c96359834 (patch) | |
tree | 1200d87ce2513a8505283571cdad7a80b992098f /source3/nsswitch/winbindd_idmap.c | |
parent | e5aa2b05d7d4cf437d4422f6959afa97841c774f (diff) | |
download | samba-a60e37096d6576dcf749237df99e7c2c96359834.tar.gz samba-a60e37096d6576dcf749237df99e7c2c96359834.tar.bz2 samba-a60e37096d6576dcf749237df99e7c2c96359834.zip |
more debug classess activated
(This used to be commit 897e64d2e0c1d04ab93441ccaffe369bf43be46e)
Diffstat (limited to 'source3/nsswitch/winbindd_idmap.c')
-rw-r--r-- | source3/nsswitch/winbindd_idmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_idmap.c b/source3/nsswitch/winbindd_idmap.c index 0594f61680..6d184fec5f 100644 --- a/source3/nsswitch/winbindd_idmap.c +++ b/source3/nsswitch/winbindd_idmap.c @@ -22,6 +22,9 @@ #include "winbindd.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_WINBIND + /* High water mark keys */ #define HWM_GROUP "GROUP HWM" |