summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-08 13:30:32 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-09 19:51:02 +0200
commitc0b64051d3dd715b9fc6192e758695e4202bbb5a (patch)
treeda3c6d1d9073184eb168f40e74cd210fa9a6fb2f /source3/smbd/globals.h
parent915892e0daddf69a0d8f6f7dd682d7e5b13f28b3 (diff)
downloadsamba-c0b64051d3dd715b9fc6192e758695e4202bbb5a.tar.gz
samba-c0b64051d3dd715b9fc6192e758695e4202bbb5a.tar.bz2
samba-c0b64051d3dd715b9fc6192e758695e4202bbb5a.zip
s3:smbd: more validation of the incoming SMB2 requests
metze
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 581e5b197f..f002a6f51a 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -229,6 +229,8 @@ struct smbd_smb2_request {
struct files_struct *compat_chain_fsp;
+ NTSTATUS next_status;
+
struct {
/* the NBT header is not allocated */
uint8_t nbt_hdr[4];