summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2004-05-18 17:24:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:37 -0500
commita30e1a4277500b388de3c8a20f72bb508569f4ce (patch)
tree541b50e52eea7ee1811505bf04b5ece88758cf62 /source3/lib/debug.c
parent05bc3279906d63f30df1c373a50c521a171225ab (diff)
downloadsamba-a30e1a4277500b388de3c8a20f72bb508569f4ce.tar.gz
samba-a30e1a4277500b388de3c8a20f72bb508569f4ce.tar.bz2
samba-a30e1a4277500b388de3c8a20f72bb508569f4ce.zip
r772: fix cut and paste error in comment
(This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index b0d8ff3523..f9c8b0c46a 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -163,7 +163,7 @@ static const char *default_classname_table[] = {
"vfs", /* DBGC_VFS */
"idmap", /* DBGC_IDMAP */
"quota", /* DBGC_QUOTA */
- "acls", /* DBGC_QUOTA */
+ "acls", /* DBGC_ACLS */
NULL
};