summaryrefslogtreecommitdiffstats
path: root/source/lib/debug.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2004-04-30 14:28:38 +0000
committerHerb Lewis <herb@samba.org>2004-04-30 14:28:38 +0000
commitdb18fab4f86e76c3ff037ec39728fefe243202a9 (patch)
tree19a0f66b7a3771175e1e6c9ec7908ae3b6ffb152 /source/lib/debug.c
parenta4de2269b08da321550250a9b94b5eb1a0493bf7 (diff)
downloadsamba-db18fab4f86e76c3ff037ec39728fefe243202a9.tar.gz
samba-db18fab4f86e76c3ff037ec39728fefe243202a9.tar.xz
samba-db18fab4f86e76c3ff037ec39728fefe243202a9.zip
r428: add acls debug class
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index fe4cd52a8b1..b0d8ff35230 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -163,6 +163,7 @@ static const char *default_classname_table[] = {
"vfs", /* DBGC_VFS */
"idmap", /* DBGC_IDMAP */
"quota", /* DBGC_QUOTA */
+ "acls", /* DBGC_QUOTA */
NULL
};