diff options
author | Herb Lewis <herb@samba.org> | 2004-05-18 17:24:59 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2004-05-18 17:24:59 +0000 |
commit | dd53b2db4f0cc5d9dacf36d2cfddab1bf3707aff (patch) | |
tree | 5bcfd396069768432e0308c9d6b4e4d8de552124 /source/lib | |
parent | 4a96324fc1174d2027a91f480300cc804b031991 (diff) | |
download | samba-dd53b2db4f0cc5d9dacf36d2cfddab1bf3707aff.tar.gz samba-dd53b2db4f0cc5d9dacf36d2cfddab1bf3707aff.tar.xz samba-dd53b2db4f0cc5d9dacf36d2cfddab1bf3707aff.zip |
r772: fix cut and paste error in comment
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c index b0d8ff35230..f9c8b0c46ab 100644 --- a/source/lib/debug.c +++ b/source/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 }; |