From b7f129f5c4686ac22940a09f306c813ce4212aef Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 21 Mar 2010 22:02:19 +0100 Subject: s4:registry - "LDB backend" - make the key argument "const" of ldb_get_default_value --- source4/lib/registry/ldb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/registry/ldb.c b/source4/lib/registry/ldb.c index dd94cf24ef..c2acfda16a 100644 --- a/source4/lib/registry/ldb.c +++ b/source4/lib/registry/ldb.c @@ -486,7 +486,8 @@ static WERROR ldb_get_subkey_by_id(TALLOC_CTX *mem_ctx, return WERR_OK; } -static WERROR ldb_get_default_value(TALLOC_CTX *mem_ctx, struct hive_key *k, +static WERROR ldb_get_default_value(TALLOC_CTX *mem_ctx, + const struct hive_key *k, const char **name, uint32_t *data_type, DATA_BLOB *data) { -- cgit