summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-22 02:05:18 +0200
committerMichael Adam <obnox@samba.org>2012-09-22 10:19:00 +0200
commit88d051f7f18ff88ec5385fdc798f051659134bd3 (patch)
treef2c7d92c6324921dfd06e3f50fe94e4d536e87b1 /source3/smbd/smb2_create.c
parent603f9bfa4cf7910e1c1cae1a8d0741a6d0874baa (diff)
downloadsamba-88d051f7f18ff88ec5385fdc798f051659134bd3.tar.gz
samba-88d051f7f18ff88ec5385fdc798f051659134bd3.tar.bz2
samba-88d051f7f18ff88ec5385fdc798f051659134bd3.zip
s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written
Diffstat (limited to 'source3/smbd/smb2_create.c')
-rw-r--r--source3/smbd/smb2_create.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c
index e188c9fa5c..9318a83f48 100644
--- a/source3/smbd/smb2_create.c
+++ b/source3/smbd/smb2_create.c
@@ -1412,7 +1412,6 @@ static bool smbd_smb2_create_cancel(struct tevent_req *req)
remove_deferred_open_entry(state->id, mid,
messaging_server_id(smb2req->sconn->msg_ctx));
remove_deferred_open_message_smb2_internal(smb2req, mid);
- smb2req->cancelled = true;
tevent_req_defer_callback(req, smb2req->sconn->ev_ctx);
tevent_req_nterror(req, NT_STATUS_CANCELLED);