summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-09-28 23:03:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:03 -0500
commitd3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4 (patch)
tree56ba228b07843a082509395b3375227e0b5b37a9 /source3/lib/debug.c
parent679ef7b6babef0666749bea1d3b722786ce928d9 (diff)
downloadsamba-d3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4.tar.gz
samba-d3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4.tar.bz2
samba-d3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4.zip
r25416: Add registry debug class.
Guenther (This used to be commit b28dd747cb5a3d0eee865076eb4733dc123a6968)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index bd67196271..6aa34b59e8 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -166,6 +166,7 @@ static const char *default_classname_table[] = {
"locking", /* DBGC_LOCKING */
"msdfs", /* DBGC_MSDFS */
"dmapi", /* DBGC_DMAPI */
+ "registry", /* DBGC_REGISTRY */
NULL
};