1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3:async_smb: remove unused variable

This commit is contained in:
Björn Jacke
2010-01-25 23:23:49 +01:00
parent b6839e1bfd
commit 38be40f63c

View File

@ -608,7 +608,6 @@ static void cli_smb_received(struct tevent_req *subreq)
subreq, struct cli_state);
struct tevent_req *req;
struct cli_smb_state *state;
struct tevent_context *ev;
NTSTATUS status;
uint8_t *inbuf;
ssize_t received;
@ -697,7 +696,6 @@ static void cli_smb_received(struct tevent_req *subreq)
req = cli->pending[i];
state = tevent_req_data(req, struct cli_smb_state);
ev = state->ev;
if (!oplock_break /* oplock breaks are not signed */
&& !cli_check_sign_mac(cli, (char *)inbuf, state->seqnum+1)) {