summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2005-04-27 18:32:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:43 -0500
commited1f7121a39d863066ef47e985b77fe3dbedbc9b (patch)
treee24fc83bd3a3f078620859a3c77a93372d763977 /source3/lib/debug.c
parent7a8ee799259c7c0e3d5d6b3d34ce05195f53d4cb (diff)
downloadsamba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.gz
samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.bz2
samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.zip
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
so our numbers don't get out of sync (This used to be commit 58e307664e02ebf0415f19ed625d2f166d9cb1cc)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index b69a35ecd5..43d1f64eb1 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -164,6 +164,8 @@ static const char *default_classname_table[] = {
"idmap", /* DBGC_IDMAP */
"quota", /* DBGC_QUOTA */
"acls", /* DBGC_ACLS */
+ "printerdb", /* DBGC_PRINTERDB */
+ "locking", /* DBGC_LOCKING */
NULL
};