summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-07 19:15:30 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-07 19:15:58 +0200
commit8275d511bc3ea79a14a4704b7d914222adc2d321 (patch)
tree556638423dba863a51c587c7386f0fe0c414d739 /source4/torture
parent8a01bdc99a3d26cb5d26ccfdb60e0224f295472d (diff)
downloadsamba-8275d511bc3ea79a14a4704b7d914222adc2d321.tar.gz
samba-8275d511bc3ea79a14a4704b7d914222adc2d321.tar.bz2
samba-8275d511bc3ea79a14a4704b7d914222adc2d321.zip
drsuapi: fix callers after idl change
metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/dssync.c2
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) {