summaryrefslogtreecommitdiffstats
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:08:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:45 +0200
commit6199aa5b55d4c0dadc618318b21bd64a578d9e83 (patch)
treec2b7f4949b38ab445de7f11d82e66f43f9cacdc8 /source4/torture
parent79bb815042a19d30cb772e6341f9fb33e4a409d6 (diff)
downloadsamba-6199aa5b55d4c0dadc618318b21bd64a578d9e83.tar.gz
samba-6199aa5b55d4c0dadc618318b21bd64a578d9e83.tar.xz
samba-6199aa5b55d4c0dadc618318b21bd64a578d9e83.zip
s4:torture/nbt: remove unused variable
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/nbt/winsreplication.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c
index fef539c4269..e76e816155f 100644
--- a/source4/torture/nbt/winsreplication.c
+++ b/source4/torture/nbt/winsreplication.c
@@ -719,7 +719,6 @@ static bool test_wrepl_update_one(struct torture_context *tctx,
struct wrepl_table *update;
struct wrepl_wins_owner wrepl_wins_owners[1];
struct wrepl_packet *repl_recv;
- struct wrepl_wins_owner *send_request;
struct wrepl_send_reply *send_reply;
struct wrepl_wins_name wrepl_wins_names[1];
uint32_t assoc_ctx;
@@ -753,7 +752,6 @@ static bool test_wrepl_update_one(struct torture_context *tctx,
CHECK_STATUS(tctx, status, NT_STATUS_OK);
CHECK_VALUE(tctx, repl_recv->mess_type, WREPL_REPLICATION);
CHECK_VALUE(tctx, repl_recv->message.replication.command, WREPL_REPL_SEND_REQUEST);
- send_request = &repl_recv->message.replication.info.owner;
ZERO_STRUCT(repl_send);
repl_send.opcode = WREPL_OPCODE_BITS;