Actually call right function name.
authorTim Potter <tpot@samba.org>
Sun, 23 Nov 2003 06:54:18 +0000 (06:54 +0000)
committerTim Potter <tpot@samba.org>
Sun, 23 Nov 2003 06:54:18 +0000 (06:54 +0000)
(This used to be commit 634ea437201fbf61f3157a4b0ebabfcb15507166)

source4/torture/rpc/winreg.c

index 8af8b188611d83cc5de2bfa4e18a5810ae7512c4..34af39b809f9908b10bba33726ae698e4ff784e3 100644 (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;
        }