From e0d85f87b7a6a3c887bc0a7f93b26380369e269c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 11 Mar 2010 20:20:48 +0100 Subject: winreg: add winreg_KeyType enum. Guenther --- source4/lib/registry/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/registry/rpc.c b/source4/lib/registry/rpc.c index 0cb6b118a5..0064e17c9a 100644 --- a/source4/lib/registry/rpc.c +++ b/source4/lib/registry/rpc.c @@ -170,7 +170,7 @@ static WERROR rpc_open_key(TALLOC_CTX *mem_ctx, struct registry_key *h, ZERO_STRUCT(r); r.in.parent_handle = &parentkeydata->pol; r.in.keyname.name = name; - r.in.unknown = 0x00000000; + r.in.options = 0x00000000; r.in.access_mask = 0x02000000; r.out.handle = &mykeydata->pol; -- cgit