diff options
author | Tim Potter <tpot@samba.org> | 2003-11-23 06:38:37 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-23 06:38:37 +0000 |
commit | 8cd945501b491a08a4fd740398ddb778151e8eaf (patch) | |
tree | 90b3d70670e331c940b5f89ff52abac6530cea3a /source4 | |
parent | 136c2d79616b62c11e1b16d0ce88fd9ea08c025b (diff) | |
download | samba-8cd945501b491a08a4fd740398ddb778151e8eaf.tar.gz samba-8cd945501b491a08a4fd740398ddb778151e8eaf.tar.bz2 samba-8cd945501b491a08a4fd740398ddb778151e8eaf.zip |
Call enumkey for tridge.
(This used to be commit cc71bd2a903ba1f12f08758e885f1f07e61f7c86)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/winreg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 4e47161d7d..8af8b18861 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -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; |