s3:smb2_server: don't reset the tid and session id in the out hdr of compound requests
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Oct 2011 11:01:22 +0000 (13:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 Oct 2011 18:39:02 +0000 (19:39 +0100)
commit8d07d7148bf47ea14e62d39ed8a8cc4f1366810e
treeb3ecc00b99a31ca21448c4926028d9e86facc15c
parentc7d3b6b2c38711943910aebff72b0188b0c346db
s3:smb2_server: don't reset the tid and session id in the out hdr of compound requests

Windows also leaves tid (0xFFFFFFFF) and session id (0xFFFFFFFFFFFFFFFF)
as the client requested them.

metze
source3/smbd/smb2_server.c