diff options
-rw-r--r-- | source4/lib/registry/ldb.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |