mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: remove unused variable
This commit is contained in:
parent
38be40f63c
commit
60a3086d78
@ -88,7 +88,6 @@ struct tevent_req *cli_read_andx_create(TALLOC_CTX *mem_ctx,
|
||||
{
|
||||
struct tevent_req *req, *subreq;
|
||||
struct cli_read_andx_state *state;
|
||||
bool bigoffset = False;
|
||||
uint8_t wct = 10;
|
||||
|
||||
if (size > cli_read_max_bufsize(cli)) {
|
||||
@ -116,7 +115,6 @@ struct tevent_req *cli_read_andx_create(TALLOC_CTX *mem_ctx,
|
||||
SSVAL(state->vwv + 9, 0, 0);
|
||||
|
||||
if ((uint64_t)offset >> 32) {
|
||||
bigoffset = true;
|
||||
SIVAL(state->vwv + 10, 0,
|
||||
(((uint64_t)offset)>>32) & 0xffffffff);
|
||||
wct += 2;
|
||||
|
Loading…
Reference in New Issue
Block a user