From 8275d511bc3ea79a14a4704b7d914222adc2d321 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 7 Aug 2008 19:15:30 +0200 Subject: drsuapi: fix callers after idl change metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b) --- source4/torture/rpc/dssync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') 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) { -- cgit