r25417: Use DBGC_REGISTRY class.
[samba.git] / source3 / lib / util_reg.c
index ba4579f5324a49ca0a43632133e7cc5f8cee014b..c319d7d31f03ddf8eadaa259b363af2253ba1078 100644 (file)
@@ -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)