diff options
author | Herb Lewis <herb@samba.org> | 2004-05-18 17:24:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:37 -0500 |
commit | a30e1a4277500b388de3c8a20f72bb508569f4ce (patch) | |
tree | 541b50e52eea7ee1811505bf04b5ece88758cf62 | |
parent | 05bc3279906d63f30df1c373a50c521a171225ab (diff) | |
download | samba-a30e1a4277500b388de3c8a20f72bb508569f4ce.tar.gz samba-a30e1a4277500b388de3c8a20f72bb508569f4ce.tar.bz2 samba-a30e1a4277500b388de3c8a20f72bb508569f4ce.zip |
r772: fix cut and paste error in comment
(This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)
-rw-r--r-- | source3/lib/debug.c | 2 |
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 }; |