1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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>
This commit is contained in:
Stefan Metzmacher 2014-09-29 11:17:03 +02:00 committed by Michael Adam
parent fe13b0c92a
commit 609b31af3e

View File

@ -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);