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

s3 smb2: Remove unused variable

This commit is contained in:
Tim Prouty 2009-07-10 12:03:51 -07:00
parent 3969f65aaa
commit 4e516fb191

View File

@ -191,7 +191,6 @@ static struct tevent_req *smbd_smb2_lock_send(TALLOC_CTX *mem_ctx,
connection_struct *conn = smb2req->tcon->compat_conn;
files_struct *fsp;
int32_t timeout = -1;
uint8_t type = 0;
bool isunlock = false;
uint16_t i;
struct smbd_lock_element *locks;