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/reg_smbconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/registry/reg_smbconf.c') diff --git a/source3/registry/reg_smbconf.c b/source3/registry/reg_smbconf.c index 09d11dd969..448d1d77e0 100644 --- a/source3/registry/reg_smbconf.c +++ b/source3/registry/reg_smbconf.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DBGC_RPC_SRV +#define DBGC_CLASS DBGC_REGISTRY extern REGISTRY_OPS regdb_ops; /* these are the default */ -- cgit