s4:torture/smb2: remove unused variable in torture_smb2_con_sopt()
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Sep 2014 09:17:03 +0000 (11:17 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 21:35:08 +0000 (23:35 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source4/torture/smb2/util.c

index a97c2c09477b45c5792ae8ca7dee5588e688512d..814e398dd085cc87a8317480b1caf0e5369ce7cc 100644 (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);