diff options
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r-- | source3/lib/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c index fe4cd52a8b..b0d8ff3523 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -163,6 +163,7 @@ static const char *default_classname_table[] = { "vfs", /* DBGC_VFS */ "idmap", /* DBGC_IDMAP */ "quota", /* DBGC_QUOTA */ + "acls", /* DBGC_QUOTA */ NULL }; |