summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-07-10 12:03:51 -0700
committerTim Prouty <tprouty@samba.org>2009-07-10 12:04:38 -0700
commit4e516fb19146399546bd9cd249ee3adb60c07e16 (patch)
treec3b658f16d75b6cdbd0aa5cb1ef534d734f56463 /source3
parent3969f65aaa1c0e5d3158f089a2fe496af6dd60b0 (diff)
downloadsamba-4e516fb19146399546bd9cd249ee3adb60c07e16.tar.gz
samba-4e516fb19146399546bd9cd249ee3adb60c07e16.tar.bz2
samba-4e516fb19146399546bd9cd249ee3adb60c07e16.zip
s3 smb2: Remove unused variable
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/smb2_lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c
index 325c789320..121b4eb24d 100644
--- a/source3/smbd/smb2_lock.c
+++ b/source3/smbd/smb2_lock.c
@@ -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;