diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-27 23:41:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-27 23:41:48 +0100 |
commit | 35f12009af7e70c7bf45f751bdbd12f8146a7c0b (patch) | |
tree | 5ddf16c4690218e158889d3b26b8258931a48b3a /source4/torture/rpc/handles.c | |
parent | aafe9ca1aa829f64d4bad1df3ee1d5997fb17d71 (diff) | |
parent | a4ad2658500e83613eeb5c01a6dfb5d067803d16 (diff) | |
download | samba-35f12009af7e70c7bf45f751bdbd12f8146a7c0b.tar.gz samba-35f12009af7e70c7bf45f751bdbd12f8146a7c0b.tar.bz2 samba-35f12009af7e70c7bf45f751bdbd12f8146a7c0b.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/torture/rpc/handles.c')
-rw-r--r-- | source4/torture/rpc/handles.c | 2 |
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; |