summaryrefslogtreecommitdiff
path: root/source3/registry/reg_cachehook.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-09-28 23:05:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:04 -0500
commit6334c7cc5f686a6c13063190986914482f54784f (patch)
tree7451a58654ee23ce0310557286dc24d254cf8975 /source3/registry/reg_cachehook.c
parentd3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4 (diff)
downloadsamba-6334c7cc5f686a6c13063190986914482f54784f.tar.gz
samba-6334c7cc5f686a6c13063190986914482f54784f.tar.bz2
samba-6334c7cc5f686a6c13063190986914482f54784f.zip
r25417: Use DBGC_REGISTRY class.
Guenther (This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38)
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r--source3/registry/reg_cachehook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c
index cbb7ec6b92..87bbdf504f 100644
--- a/source3/registry/reg_cachehook.c
+++ b/source3/registry/reg_cachehook.c
@@ -23,7 +23,7 @@
#include "adt_tree.h"
#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_RPC_SRV
+#define DBGC_CLASS DBGC_REGISTRY
static SORTED_TREE *cache_tree;
extern REGISTRY_OPS regdb_ops; /* these are the default */