diff options
author | Günther Deschner <gd@samba.org> | 2007-09-28 23:05:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:31:04 -0500 |
commit | 6334c7cc5f686a6c13063190986914482f54784f (patch) | |
tree | 7451a58654ee23ce0310557286dc24d254cf8975 /source3/lib | |
parent | d3dd14b70e1b0d25c75513bb8c3f5ecca8515ed4 (diff) | |
download | samba-6334c7cc5f686a6c13063190986914482f54784f.tar.gz samba-6334c7cc5f686a6c13063190986914482f54784f.tar.bz2 samba-6334c7cc5f686a6c13063190986914482f54784f.zip |
r25417: Use DBGC_REGISTRY class.
Guenther
(This used to be commit 43ca04918a5a1b2379083dc624b346ceb8476a38)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_reg.c | 3 | ||||
-rw-r--r-- | source3/lib/util_reg_api.c | 3 | ||||
-rw-r--r-- | source3/lib/util_reg_smbconf.c | 3 |
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; /* |