From 03640456e6421d7ff409cd33c811d419f3c94a72 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Feb 2007 09:10:59 +0000 Subject: r21235: fix crash bug metze (This used to be commit 29c44957a0ea16af3e5e3717d2cb0c9180d394c2) --- source4/torture/rpc/dssync.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index b86b746816..90fe2bcfe1 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -485,7 +485,9 @@ static BOOL test_FetchData(struct DsSyncTest *ctx) printf("Dumping AD partition: %s\n", nc.dn); for (y=0; ;y++) { + int32_t _level = 0; ZERO_STRUCT(r.out); + r.out.level = &_level; if (*r.in.level == 5) { DEBUG(0,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, -- cgit