1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

r772: fix cut and paste error in comment

This commit is contained in:
Herb Lewis
2004-05-18 17:24:59 +00:00
committed by Gerald (Jerry) Carter
parent 9647394e7c
commit a3bb4909c3

View 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
};