summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_reg.c3
-rw-r--r--source3/lib/util_reg_api.c3
-rw-r--r--source3/lib/util_reg_smbconf.c3
3 files changed, 9 insertions, 0 deletions
diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c
index ba4579f532..c319d7d31f 100644
--- a/source3/lib/util_reg.c
+++ b/source3/lib/util_reg.c
@@ -19,6 +19,9 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_REGISTRY
+
extern REGISTRY_OPS smbconf_reg_ops;
const char *reg_type_lookup(enum winreg_Type type)
diff --git a/source3/lib/util_reg_api.c b/source3/lib/util_reg_api.c
index 243499cb99..fccc38ebc0 100644
--- a/source3/lib/util_reg_api.c
+++ b/source3/lib/util_reg_api.c
@@ -19,6 +19,9 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_REGISTRY
+
WERROR registry_pull_value(TALLOC_CTX *mem_ctx,
struct registry_value **pvalue,
enum winreg_Type type, uint8 *data,
diff --git a/source3/lib/util_reg_smbconf.c b/source3/lib/util_reg_smbconf.c
index 43006643a9..6b5a6af0d4 100644
--- a/source3/lib/util_reg_smbconf.c
+++ b/source3/lib/util_reg_smbconf.c
@@ -19,6 +19,9 @@
#include "includes.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_REGISTRY
+
extern REGISTRY_OPS smbconf_reg_ops;
/*