mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Actually call right function name.
This commit is contained in:
parent
cc71bd2a90
commit
634ea43720
@ -354,7 +354,7 @@ BOOL test_Open(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, void *fn)
|
|||||||
if (!open_fn(p, mem_ctx, &handle))
|
if (!open_fn(p, mem_ctx, &handle))
|
||||||
return False;
|
return False;
|
||||||
|
|
||||||
if (!test_GetEnumKey(p, mem_ctx, &handle)) {
|
if (!test_EnumKey(p, mem_ctx, &handle)) {
|
||||||
ret = False;
|
ret = False;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user