diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/dssync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index d340543f0a..97c3b3f3c3 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -748,7 +748,7 @@ static bool test_FetchData(struct torture_context *tctx, struct DsSyncTest *ctx) ctr1 = &r.out.ctr.ctr1; } else if (ret == true && *r.out.level == 2) { out_level = 1; - ctr1 = r.out.ctr.ctr2.ctr.mszip1.ctr1; + ctr1 = r.out.ctr.ctr2.mszip1.ctr1; } if (out_level == 1) { |