diff options
author | Günther Deschner <gd@samba.org> | 2006-09-18 21:03:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:59 -0500 |
commit | a27d4335f2dd0733b8aec2a230cd5186961e4d07 (patch) | |
tree | 16f02b902576f9d15c287a31e32ba63b914d8894 | |
parent | 8153859fb41b7ecdf9e01d66970ff62b83233e41 (diff) | |
download | samba-a27d4335f2dd0733b8aec2a230cd5186961e4d07.tar.gz samba-a27d4335f2dd0733b8aec2a230cd5186961e4d07.tar.bz2 samba-a27d4335f2dd0733b8aec2a230cd5186961e4d07.zip |
r18637: Fix the build. Sorry,
Guenther
(This used to be commit d6cc668a6c1dcf45d06a1f666d5341f2a6e7f131)
-rw-r--r-- | source4/torture/rpc/dfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |