From a30e1a4277500b388de3c8a20f72bb508569f4ce Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 18 May 2004 17:24:59 +0000 Subject: r772: fix cut and paste error in comment (This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c) --- source3/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') 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 }; -- cgit