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

s3 smb2: Fix unused variable warning

This commit is contained in:
Tim Prouty
2009-07-06 14:18:05 -07:00
parent fd73ab5782
commit 38b081f852

View File

@ -115,7 +115,6 @@ static void smbd_smb2_request_setinfo_done(struct tevent_req *subreq)
{
struct smbd_smb2_request *req = tevent_req_callback_data(subreq,
struct smbd_smb2_request);
int i = req->current_idx;
DATA_BLOB outbody;
NTSTATUS status;
NTSTATUS error; /* transport error */