diff options
author | Herb Lewis <herb@samba.org> | 2004-04-30 14:28:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:23 -0500 |
commit | fc52c330aed4bbfd406d96cccc273c8e551255c2 (patch) | |
tree | 59f4de7dd9895ce716d20f8b8db98188f17089a4 /source3/smbd | |
parent | fc7a1ee35e3bc7aff7a78e0e8e066699fa70fa4b (diff) | |
download | samba-fc52c330aed4bbfd406d96cccc273c8e551255c2.tar.gz samba-fc52c330aed4bbfd406d96cccc273c8e551255c2.tar.bz2 samba-fc52c330aed4bbfd406d96cccc273c8e551255c2.zip |
r428: add acls debug class
(This used to be commit b7703799f8899affda205eacb0bf79cf8e2b9362)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/posix_acls.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 25e8fd802b..158f1a0ede 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -21,6 +21,9 @@ #include "includes.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_ACLS + /**************************************************************************** Data structures representing the internal ACE format. ****************************************************************************/ |