Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.4.0.
commit48a07321479c14a6618bb21302d27fd9606efbdd
authorJeremy Allison <jra@samba.org>
Wed, 15 Jul 2009 20:59:11 +0000 (15 13:59 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 15 Jul 2009 20:59:11 +0000 (15 13:59 -0700)
tree05c8e1d8c0606b3e69009b6825c94db3b3880101
parent377a97579bc9b733c5a6363c71498e2ecf894f02
Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.4.0.
The values of vuid and tid were not being correctly updated in the struct smb_request
when passed to chain_reply inside sessionsetupX and tconX.
Jeremy.
source3/smbd/reply.c
source3/smbd/sesssetup.c