summaryrefslogtreecommitdiff
path: root/source4/lib/registry/registry.h
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-29 18:08:47 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-01 15:48:05 +0200
commitae50385d524d8cb4831d8eb0c45feb4d04437f28 (patch)
tree87e8bbc299d352094e7434d55ee63ce8b2491426 /source4/lib/registry/registry.h
parent781ea5be1399de8abe201ab239d3915331264deb (diff)
downloadsamba-ae50385d524d8cb4831d8eb0c45feb4d04437f28.tar.gz
samba-ae50385d524d8cb4831d8eb0c45feb4d04437f28.tar.bz2
samba-ae50385d524d8cb4831d8eb0c45feb4d04437f28.zip
s4:registry - on key add operations we have to handle with paths not always only a name
Recursive key generations are allowed.
Diffstat (limited to 'source4/lib/registry/registry.h')
-rw-r--r--source4/lib/registry/registry.h2
1 files changed, 1 insertions, 1 deletions
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);