Call enumkey for tridge.
authorTim Potter <tpot@samba.org>
Sun, 23 Nov 2003 06:38:37 +0000 (06:38 +0000)
committerTim Potter <tpot@samba.org>
Sun, 23 Nov 2003 06:38:37 +0000 (06:38 +0000)
(This used to be commit cc71bd2a903ba1f12f08758e885f1f07e61f7c86)

source4/torture/rpc/winreg.c

index 4e47161d7dd9e16a42dab43d6e655706407fdc99..8af8b188611d83cc5de2bfa4e18a5810ae7512c4 100644 (file)
@@ -354,6 +354,10 @@ 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)) {
+               ret = False;
+       }
+
 #if 0
        if (!test_GetVersion(p, mem_ctx, &handle)) {
                ret = False;