From e9215c97133bc059339af31946ebbcea08d13098 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 6 Dec 2008 15:04:34 +0100 Subject: RPC-BROWSER: send the correct data in later requests metze --- source4/torture/rpc/browser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/browser.c b/source4/torture/rpc/browser.c index 7c5479ab74..32b552acc8 100644 --- a/source4/torture/rpc/browser.c +++ b/source4/torture/rpc/browser.c @@ -59,6 +59,7 @@ bool test_BrowserrQueryOtherDomains(struct torture_context *tctx, torture_assert_werr_ok(tctx, r.out.result, "BrowserrQueryOtherDomains failed"); torture_assert_int_equal(tctx, *r.out.total_entries, 0, "BrowserrQueryOtherDomains"); + info.info.info100 = &ctr100; ctr100.entries_read = ARRAY_SIZE(entries100); ctr100.entries = entries100; @@ -81,6 +82,7 @@ bool test_BrowserrQueryOtherDomains(struct torture_context *tctx, torture_assert_werr_equal(tctx, WERR_UNKNOWN_LEVEL, r.out.result, "BrowserrQueryOtherDomains"); + info.info.info101 = &ctr101; ctr101.entries_read = ARRAY_SIZE(entries101); ctr101.entries = entries101; -- cgit