summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-23 06:54:18 +0000
committerTim Potter <tpot@samba.org>2003-11-23 06:54:18 +0000
commit03eda9064143093d97b055b1c2a4e5110b139426 (patch)
treeb64ecc39ae08ce317d8cd9316b96869b1533cca1 /source4/torture/rpc/winreg.c
parent8cd945501b491a08a4fd740398ddb778151e8eaf (diff)
downloadsamba-03eda9064143093d97b055b1c2a4e5110b139426.tar.gz
samba-03eda9064143093d97b055b1c2a4e5110b139426.tar.bz2
samba-03eda9064143093d97b055b1c2a4e5110b139426.zip
Actually call right function name.
(This used to be commit 634ea437201fbf61f3157a4b0ebabfcb15507166)
Diffstat (limited to 'source4/torture/rpc/winreg.c')
-rw-r--r--source4/torture/rpc/winreg.c2
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;
}