From ae50385d524d8cb4831d8eb0c45feb4d04437f28 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 29 Jun 2010 18:08:47 +0200 Subject: s4:registry - on key add operations we have to handle with paths not always only a name Recursive key generations are allowed. --- source4/lib/registry/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/registry.h') diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index 76247528b2..8fc025777b 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -69,7 +69,7 @@ struct hive_operations { * Add a new key. */ WERROR (*add_key) (TALLOC_CTX *ctx, - const struct hive_key *parent_key, const char *name, + const struct hive_key *parent_key, const char *path, const char *classname, struct security_descriptor *desc, struct hive_key **key); -- cgit