summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-21 21:43:36 +0200
committerMichael Adam <obnox@samba.org>2012-09-22 10:18:58 +0200
commit1ae6f9c62629f8513bbe93a56775b3c64ff06832 (patch)
tree06c13a1ba858b467a669491dd52d34757813580c /source3/smbd/globals.h
parent27d38b5c27bd96d5124c175d946718bf0836b8f4 (diff)
downloadsamba-1ae6f9c62629f8513bbe93a56775b3c64ff06832.tar.gz
samba-1ae6f9c62629f8513bbe93a56775b3c64ff06832.tar.xz
samba-1ae6f9c62629f8513bbe93a56775b3c64ff06832.zip
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dispatch()
removes unnneccary checks/assignments for compound_related and next_status and duplicate setting of error status. And remove (now) unused next_status from struct smbd_smb2_request. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 74e42c77afe..9bc6b175b5a 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -486,8 +486,6 @@ struct smbd_smb2_request {
struct smb_request *smb1req;
struct files_struct *compat_chain_fsp;
- NTSTATUS next_status;
-
/*
* The sub request for async backend calls.
* This is used for SMB2 Cancel.