mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Call enumkey for tridge.
This commit is contained in:
parent
8f154f8b9f
commit
cc71bd2a90
@ -354,6 +354,10 @@ BOOL test_Open(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, void *fn)
|
||||
if (!open_fn(p, mem_ctx, &handle))
|
||||
return False;
|
||||
|
||||
if (!test_GetEnumKey(p, mem_ctx, &handle)) {
|
||||
ret = False;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (!test_GetVersion(p, mem_ctx, &handle)) {
|
||||
ret = False;
|
||||
|
Loading…
Reference in New Issue
Block a user