Remove the compound_related_in_progress state from the smb2 global state.
commit9094b538c85a550b40827799f56427a926d315cd
authorJeremy Allison <jra@samba.org>
Wed, 8 May 2013 22:10:32 +0000 (8 15:10 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 13 May 2013 07:29:51 +0000 (13 09:29 +0200)
tree7374519cfc39d2b41ec86b9308013d195e55f048
parentf4900ce9e0c52beb2dcf34eaf4bcd5f398d7900c
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>
The last 4 patches address bug #9722 - Samba does not properly handle Oplock
breaks in compound requests.
source3/smbd/globals.h
source3/smbd/smb2_server.c