r428: add acls debug class
authorHerb Lewis <herb@samba.org>
Fri, 30 Apr 2004 14:28:38 +0000 (14:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:23 +0000 (10:51 -0500)
(This used to be commit b7703799f8899affda205eacb0bf79cf8e2b9362)

source3/include/debug.h
source3/lib/debug.c
source3/smbd/posix_acls.c

index 55f07d8a18e56ceb83efc9e6e294b5e7a198f7b8..52e06b9360bfa51512d532a0ef956eda9dc0b5f4 100644 (file)
@@ -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
index fe4cd52a8b1ebd0029b5c368cda65851c5356ce9..b0d8ff35230422e2f3c136a859b92b1fcbc35de5 100644 (file)
@@ -163,6 +163,7 @@ static const char *default_classname_table[] = {
        "vfs",               /* DBGC_VFS          */
        "idmap",             /* DBGC_IDMAP        */
        "quota",             /* DBGC_QUOTA        */
+       "acls",              /* DBGC_QUOTA        */
        NULL
 };
 
index 25e8fd802bd688502b6b18a621797a64f228d566..158f1a0ede80c4aff0d45e777fc291f512d0a250 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "includes.h"
 
+#undef  DBGC_CLASS
+#define DBGC_CLASS DBGC_ACLS
+
 /****************************************************************************
  Data structures representing the internal ACE format.
 ****************************************************************************/