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 | b7703799f8899affda205eacb0bf79cf8e2b9362 (patch) | |
tree | 2d04906abadfb3524dbbd7e2fdbb307feb28d789 /source/include/debug.h | |
parent | 88278b24de4e3e408ac8a6139bd375a72bc664ce (diff) | |
download | samba-b7703799f8899affda205eacb0bf79cf8e2b9362.tar.gz samba-b7703799f8899affda205eacb0bf79cf8e2b9362.tar.xz samba-b7703799f8899affda205eacb0bf79cf8e2b9362.zip |
r428: add acls debug class
Diffstat (limited to 'source/include/debug.h')
-rw-r--r-- | source/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/debug.h b/source/include/debug.h index 55f07d8a18e..52e06b9360b 100644 --- a/source/include/debug.h +++ b/source/include/debug.h @@ -93,6 +93,7 @@ extern int DEBUGLEVEL; #define DBGC_VFS 12 #define DBGC_IDMAP 13 #define DBGC_QUOTA 14 +#define DBGC_ACLS 15 /* So you can define DBGC_CLASS before including debug.h */ #ifndef DBGC_CLASS |