summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_api.c')
-rw-r--r--source3/registry/reg_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c
index 93ac8a9c2a..8b832cfa91 100644
--- a/source3/registry/reg_api.c
+++ b/source3/registry/reg_api.c
@@ -21,6 +21,9 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_REGISTRY
+
static WERROR fill_value_cache(struct registry_key *key)
{
if (key->values != NULL) {