From cbff4885508e050bcb91c0faccb26941de5c1e1d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 2 May 2013 14:16:22 -0700 Subject: 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 Reviewed-by: Richard Sharpe --- source3/smbd/globals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/globals.h') 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; -- cgit