smbd:smb2: add a modify flag to dispatch table
authorMichael Adam <obnox@samba.org>
Wed, 24 Feb 2016 14:51:14 +0000 (15:51 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 21 Mar 2016 23:23:21 +0000 (00:23 +0100)
commit088468195b7f7f04eab0ce6fb928bda1c703e2fa
treedb10779b63552c2c3923a27671967045115b8f51
parent31f33a3f3996a5fff9833540c8227600f4aa2a55
smbd:smb2: add a modify flag to dispatch table

This indicates that an operation is a modifying operation.
Some parts of the upcoming channel sequence number logic
only applies to modify operations.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_server.c