s3 smb2: Remove unused variable
authorTim Prouty <tprouty@samba.org>
Fri, 10 Jul 2009 19:03:51 +0000 (12:03 -0700)
committerTim Prouty <tprouty@samba.org>
Fri, 10 Jul 2009 19:04:38 +0000 (12:04 -0700)
source3/smbd/smb2_lock.c

index 325c7893207ced76de44f4305263a0d477c9bb35..121b4eb24d83f692335067f6d5fc4f2b7caa9862 100644 (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;