From 299a6ffe9eb88b5907ca98ad06f9d6ac253945e0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Apr 2010 12:26:06 +0200 Subject: s4-smbtorture: winreg keytype options is a bitmask. Guenther --- source4/torture/rpc/winreg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 4ae3631f7b..fad4957c5a 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -114,7 +114,7 @@ static bool test_CreateKey_opts(struct torture_context *tctx, struct policy_handle *handle, const char *name, const char *kclass, - enum winreg_KeyType options, + uint32_t options, uint32_t access_mask, struct winreg_SecBuf *secdesc, WERROR expected_result, @@ -393,7 +393,7 @@ static bool test_OpenKey_opts(struct torture_context *tctx, struct dcerpc_binding_handle *b, struct policy_handle *hive_handle, const char *keyname, - enum winreg_KeyType options, + uint32_t options, uint32_t access_mask, struct policy_handle *key_handle, WERROR expected_result) -- cgit