From 6334c7cc5f686a6c13063190986914482f54784f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Sep 2007 23:05:52 +0000 Subject: r25417: Use DBGC_REGISTRY class. Guenther (This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38) --- source3/registry/regfio.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/registry/regfio.c') diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 16c4e3f311..6dca0ba862 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -20,6 +20,9 @@ #include "includes.h" #include "regfio.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_REGISTRY + /******************************************************************* * * TODO : Right now this code basically ignores classnames. -- cgit