diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-01-10 13:44:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-01-16 16:22:52 +0100 |
commit | 943e186b7a8fe82fdb80e87879dec29a990a99a2 (patch) | |
tree | cfeebe3dd5ed72f9ad57b474948c44edf853943e /source4/torture | |
parent | 7d201c096e215dd356ee94f19d137f4b24b56094 (diff) | |
download | samba-943e186b7a8fe82fdb80e87879dec29a990a99a2.tar.gz samba-943e186b7a8fe82fdb80e87879dec29a990a99a2.tar.xz samba-943e186b7a8fe82fdb80e87879dec29a990a99a2.zip |
s4:torture/rpc: remove unused variables from alter_context.c
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/alter_context.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/torture/rpc/alter_context.c b/source4/torture/rpc/alter_context.c index cbfe034d06..57f71b7819 100644 --- a/source4/torture/rpc/alter_context.c +++ b/source4/torture/rpc/alter_context.c @@ -30,8 +30,6 @@ bool torture_rpc_alter_context(struct torture_context *torture) struct dcerpc_pipe *p, *p2, *p3; struct policy_handle *handle; struct ndr_interface_table tmptbl; - struct ndr_syntax_id syntax; - struct ndr_syntax_id transfer_syntax; bool ret = true; torture_comment(torture, "opening LSA connection\n"); @@ -72,9 +70,6 @@ bool torture_rpc_alter_context(struct torture_context *torture) ret &= test_lsa_Close(p->binding_handle, torture, handle); } - syntax = p->syntax; - transfer_syntax = p->transfer_syntax; - torture_comment(torture, "Testing change of primary context\n"); status = dcerpc_alter_context(p, torture, &p->syntax, &p->transfer_syntax); torture_assert_ntstatus_ok(torture, status, "dcerpc_alter_context failed"); |