summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-05-02 14:16:22 -0700
committerRichard Sharpe <sharpe@samba.org>2013-05-07 17:58:45 +0200
commitcbff4885508e050bcb91c0faccb26941de5c1e1d (patch)
tree72af412ba3a3835dfe99e521cafac6f4b3519c37 /source3/smbd/globals.h
parent10cbcfd167a4d7b1a22f9b42b684a66e424cbede (diff)
downloadsamba-cbff4885508e050bcb91c0faccb26941de5c1e1d.tar.gz
samba-cbff4885508e050bcb91c0faccb26941de5c1e1d.tar.bz2
samba-cbff4885508e050bcb91c0faccb26941de5c1e1d.zip
Remove the compound_related_in_progress state from the smb2 global state.
And also remove the restriction that we can't read a new request whilst we're in this state. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Richard Sharpe <realrichardsharpe@samba.org>
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 46baeed204..d618aeaff3 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -794,7 +794,6 @@ struct smbd_server_connection {
uint32_t max_trans;
uint32_t max_read;
uint32_t max_write;
- bool compound_related_in_progress;
} smb2;
struct smbXsrv_connection *conn;