From a27d4335f2dd0733b8aec2a230cd5186961e4d07 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Sep 2006 21:03:03 +0000 Subject: r18637: Fix the build. Sorry, Guenther (This used to be commit d6cc668a6c1dcf45d06a1f666d5341f2a6e7f131) --- source4/torture/rpc/dfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/dfs.c b/source4/torture/rpc/dfs.c index b4c95e85c5..51bf346a96 100644 --- a/source4/torture/rpc/dfs.c +++ b/source4/torture/rpc/dfs.c @@ -88,7 +88,6 @@ static BOOL test_EnumLevel(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, uint16_t r.in.level = level; r.in.bufsize = (uint32_t)-1; r.in.total = &total; - r.in.unknown = &total; r.in.info = &e; e.level = r.in.level; -- cgit