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:
parent
3969f65aaa
commit
4e516fb191
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user