s3:smbd: add expected_seq_low arg to smbd_initialize_smb2
authorRalph Boehme <slow@samba.org>
Sat, 26 Sep 2015 23:58:46 +0000 (01:58 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 6 Oct 2015 19:53:19 +0000 (21:53 +0200)
commitc0aa94ece086cb32df1819ef455343e9acb3832b
treeb1c6f6d55888cff81266bd66074cf53d3c9f490b
parent8de1ed6d6e660760483a17f34842979384a655f9
s3:smbd: add expected_seq_low arg to smbd_initialize_smb2

This is in preparation of connection passing for multichannel where we
have to set seq_low to the mid of the passed negprot.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_server.c