Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.4.0...
authorJeremy Allison <jra@samba.org>
Wed, 15 Jul 2009 21:00:41 +0000 (14:00 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 21 Jul 2009 05:59:31 +0000 (07:59 +0200)
commite7c5f7c924ae40ce3f36d352d55a92a906d92181
treef81443bfa85b556424cfb911d2b88fba23a70f22
parent94303584b942135355f99d138f8dc375d8dfacfb
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