diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-09-29 11:17:03 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-09-30 23:35:08 +0200 |
commit | 609b31af3efd6d310bca6046c716481d2cd6468a (patch) | |
tree | 7c1818e6090b659959507ece7a8dfa5116ab9206 /source4 | |
parent | fe13b0c92adae053c71d4d19f0f689bb7e545ff2 (diff) | |
download | samba-609b31af3efd6d310bca6046c716481d2cd6468a.tar.gz samba-609b31af3efd6d310bca6046c716481d2cd6468a.tar.xz samba-609b31af3efd6d310bca6046c716481d2cd6468a.zip |
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>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smb2/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |