Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.
authorJeremy Allison <jra@samba.org>
Wed, 29 Jun 2011 16:56:47 +0000 (09:56 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 29 Jun 2011 18:09:21 +0000 (20:09 +0200)
commit5882c75d40c7c40e3b54f8f711c15056706fa154
tree466635a8e00760074615bbdb9b8c2ec977ced3f5
parent8b04345a0edc0131f6d8449b672278b31bd4b734
Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.

Pass in the correct vector to the signing algorithm in an async
response - we must start with vector[1] which has the SMB2_HDR_BODY
length, not vector[0] which is the 4 byte packet length. Also
note we're passing in 2 vectors not 3.

Metze please review.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Jun 29 20:09:21 CEST 2011 on sn-devel-104
source3/smbd/smb2_server.c