1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Actually call right function name.

(This used to be commit 634ea43720)
This commit is contained in:
Tim Potter 2003-11-23 06:54:18 +00:00
parent 8cd945501b
commit 03eda90641

View File

@ -354,7 +354,7 @@ 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)) {
if (!test_EnumKey(p, mem_ctx, &handle)) {
ret = False;
}