r772: fix cut and paste error in comment
authorHerb Lewis <herb@samba.org>
Tue, 18 May 2004 17:24:59 +0000 (17:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:37 +0000 (10:51 -0500)
(This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)

source3/lib/debug.c

index b0d8ff35230422e2f3c136a859b92b1fcbc35de5..f9c8b0c46ab7f273f440fb80e6eeca01fba71930 100644 (file)
@@ -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
 };