summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-26 21:27:42 -0700
committerStefan Metzmacher <metze@samba.org>2013-10-06 13:56:24 +0200
commit3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4 (patch)
treeb0d3c5c02947c723bb93fe847a3f67030e17e5cd /source4
parent960bd9a584a27bde45433be1ca869b2197cf465d (diff)
downloadsamba-3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4.tar.gz
samba-3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4.tar.bz2
samba-3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4.zip
torture: Remove an unused variable
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/getinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smb2/getinfo.c b/source4/torture/smb2/getinfo.c
index 34fc8eef0d..427fdd9a3a 100644
--- a/source4/torture/smb2/getinfo.c
+++ b/source4/torture/smb2/getinfo.c
@@ -352,7 +352,6 @@ static bool torture_smb2_qsec_buffercheck(struct torture_context *tctx)
struct smb2_create c;
NTSTATUS status;
struct smb2_handle handle;
- int i;
printf("Testing SMB2_GETINFO_SECURITY buffer sizes\n");