From 609b31af3efd6d310bca6046c716481d2cd6468a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Sep 2014 11:17:03 +0200 Subject: s4:torture/smb2: remove unused variable in torture_smb2_con_sopt() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source4/torture/smb2/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c index a97c2c0947..814e398dd0 100644 --- a/source4/torture/smb2/util.c +++ b/source4/torture/smb2/util.c @@ -394,7 +394,6 @@ bool torture_smb2_con_sopt(struct torture_context *tctx, const char *soption, struct smb2_tree **tree) { - bool ret; struct smbcli_options options; NTSTATUS status; const char *host = torture_setting_string(tctx, "host", NULL); -- cgit