diff options
author | Volker Lendecke <vl@samba.org> | 2013-09-26 21:27:42 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-06 13:56:24 +0200 |
commit | 3a72cdb33aa34fa1d950b73c6ab6698bdc364bb4 (patch) | |
tree | b0d3c5c02947c723bb93fe847a3f67030e17e5cd /source4/torture | |
parent | 960bd9a584a27bde45433be1ca869b2197cf465d (diff) | |
download | samba-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/torture')
-rw-r--r-- | source4/torture/smb2/getinfo.c | 1 |
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"); |