summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/handles.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-20 22:39:06 +0200
committerGünther Deschner <gd@samba.org>2008-10-27 19:33:21 +0100
commit4ee7b58e0ab53921c9d16a18a58f04d70410924f (patch)
tree19e9c88d75d71ea453bf530f47589c703420eacc /source4/torture/rpc/handles.c
parentb881d2ee78f685aea7ae8b67b3e0fb3c4f5205ed (diff)
downloadsamba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.tar.gz
samba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.tar.bz2
samba-4ee7b58e0ab53921c9d16a18a58f04d70410924f.zip
s4-lsa: merge lsa_QuerySecurity from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/torture/rpc/handles.c')
-rw-r--r--source4/torture/rpc/handles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c
index f35897b3df..553025276d 100644
--- a/source4/torture/rpc/handles.c
+++ b/source4/torture/rpc/handles.c
@@ -109,6 +109,7 @@ static bool test_handles_lsa_shared(struct torture_context *torture)
struct lsa_OpenPolicy r;
struct lsa_Close c;
struct lsa_QuerySecurity qsec;
+ struct sec_desc_buf *sdbuf = NULL;
uint16_t system_name = '\\';
TALLOC_CTX *mem_ctx = talloc_new(torture);
enum dcerpc_transport_t transport;
@@ -167,6 +168,7 @@ static bool test_handles_lsa_shared(struct torture_context *torture)
qsec.in.handle = &handle;
qsec.in.sec_info = 0;
+ qsec.out.sdbuf = &sdbuf;
c.in.handle = &handle;
c.out.handle = &handle2;