diff options
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/winreg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 6c607c0806..d2c6ee493b 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -837,8 +837,7 @@ BOOL torture_rpc_winreg(struct torture_context *torture) } for (i = 0; i < ARRAY_SIZE(open_fns); i++) { - if (!test_Open(p, mem_ctx, open_fns[i].name, open_fns[i].fn)) - ret = False; + ret &= test_Open(p, mem_ctx, open_fns[i].name, open_fns[i].fn); } talloc_free(mem_ctx); |