mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4-smbtorture: winreg keytype options is a bitmask.
Guenther
This commit is contained in:
parent
ab27c6d138
commit
299a6ffe9e
@ -114,7 +114,7 @@ static bool test_CreateKey_opts(struct torture_context *tctx,
|
|||||||
struct policy_handle *handle,
|
struct policy_handle *handle,
|
||||||
const char *name,
|
const char *name,
|
||||||
const char *kclass,
|
const char *kclass,
|
||||||
enum winreg_KeyType options,
|
uint32_t options,
|
||||||
uint32_t access_mask,
|
uint32_t access_mask,
|
||||||
struct winreg_SecBuf *secdesc,
|
struct winreg_SecBuf *secdesc,
|
||||||
WERROR expected_result,
|
WERROR expected_result,
|
||||||
@ -393,7 +393,7 @@ static bool test_OpenKey_opts(struct torture_context *tctx,
|
|||||||
struct dcerpc_binding_handle *b,
|
struct dcerpc_binding_handle *b,
|
||||||
struct policy_handle *hive_handle,
|
struct policy_handle *hive_handle,
|
||||||
const char *keyname,
|
const char *keyname,
|
||||||
enum winreg_KeyType options,
|
uint32_t options,
|
||||||
uint32_t access_mask,
|
uint32_t access_mask,
|
||||||
struct policy_handle *key_handle,
|
struct policy_handle *key_handle,
|
||||||
WERROR expected_result)
|
WERROR expected_result)
|
||||||
|
Loading…
Reference in New Issue
Block a user