summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-17 09:48:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:12 -0500
commitbca8f2d5680595744f872bf946d16bbdd2dc7320 (patch)
tree66d092e44286263072fa1d0748eb81b6195b7ba5 /source4/torture
parent8075ce63fdbaeb2fe508097a46d794a49138c307 (diff)
downloadsamba-bca8f2d5680595744f872bf946d16bbdd2dc7320.tar.gz
samba-bca8f2d5680595744f872bf946d16bbdd2dc7320.tar.bz2
samba-bca8f2d5680595744f872bf946d16bbdd2dc7320.zip
r17085: reuse the existing sec_desc_buf struct
metze (This used to be commit 22463cbcdd159657d04657071451738e768d0b2a)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/samba3rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c
index 8df3043b43..c2e719b3e1 100644
--- a/source4/torture/rpc/samba3rpc.c
+++ b/source4/torture/rpc/samba3rpc.c
@@ -1891,7 +1891,7 @@ static NTSTATUS set_sharesec(TALLOC_CTX *mem_ctx,
TALLOC_CTX *tmp_ctx;
struct dcerpc_pipe *p;
NTSTATUS status;
- struct srvsvc_NetShareInfo1501 i;
+ struct sec_desc_buf i;
struct srvsvc_NetShareSetInfo r;
uint32_t error = 0;