summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
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/globals.h
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/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 9bc6b175b5..107d338337 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -466,7 +466,6 @@ struct smbd_smb2_request {
bool do_signing;
bool do_encryption;
struct tevent_timer *async_te;
- bool cancelled;
bool compound_related;
/*