diff options
author | Tim Potter <tpot@samba.org> | 2003-11-23 06:54:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-23 06:54:18 +0000 |
commit | 03eda9064143093d97b055b1c2a4e5110b139426 (patch) | |
tree | b64ecc39ae08ce317d8cd9316b96869b1533cca1 | |
parent | 8cd945501b491a08a4fd740398ddb778151e8eaf (diff) | |
download | samba-03eda9064143093d97b055b1c2a4e5110b139426.tar.gz samba-03eda9064143093d97b055b1c2a4e5110b139426.tar.bz2 samba-03eda9064143093d97b055b1c2a4e5110b139426.zip |
Actually call right function name.
(This used to be commit 634ea437201fbf61f3157a4b0ebabfcb15507166)
-rw-r--r-- | source4/torture/rpc/winreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 8af8b18861..34af39b809 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -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; } |