diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-03 07:26:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-03 07:26:30 +0000 |
commit | dc2ffe07a8b25c117c7778fb706274198c11c2cc (patch) | |
tree | 983fb6590ebdbd04ceff282dd2c034030afa64b7 /source4/torture/rpc/lsa.c | |
parent | d064846d5f42bbb023a75a71d049b6a5037dbdd4 (diff) | |
download | samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.gz samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.bz2 samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.zip |
started adding RPC-ECHO torture cases
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
Diffstat (limited to 'source4/torture/rpc/lsa.c')
-rw-r--r-- | source4/torture/rpc/lsa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index c618685676..cac7f80d5a 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -21,9 +21,8 @@ #include "includes.h" -/* Helper function for RPC-OPEN test */ -static DATA_BLOB blob_lsa_open_policy_req(TALLOC_CTX *mem_ctx, BOOL sec_qos, - uint32 des_access) +/* form a lsa open request */ +static DATA_BLOB blob_lsa_open_policy_req(TALLOC_CTX *mem_ctx, BOOL sec_qos, uint32 des_access) { prs_struct qbuf; LSA_Q_OPEN_POL q; @@ -32,7 +31,6 @@ static DATA_BLOB blob_lsa_open_policy_req(TALLOC_CTX *mem_ctx, BOOL sec_qos, ZERO_STRUCT(q); /* Initialise parse structures */ - prs_init(&qbuf, MAX_PDU_FRAG_LEN, mem_ctx, MARSHALL); /* Initialise input parameters */ |