summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-29 11:17:03 +0200
committerMichael Adam <obnox@samba.org>2014-09-30 23:35:08 +0200
commit609b31af3efd6d310bca6046c716481d2cd6468a (patch)
tree7c1818e6090b659959507ece7a8dfa5116ab9206
parentfe13b0c92adae053c71d4d19f0f689bb7e545ff2 (diff)
downloadsamba-609b31af3efd6d310bca6046c716481d2cd6468a.tar.gz
s4:torture/smb2: remove unused variable in torture_smb2_con_sopt()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r--source4/torture/smb2/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c
index a97c2c09477..814e398dd08 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);