Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2005 07:13:00 +0000 (UTC)
From:      Boris Popov <bp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/smbfs smbfs_smb.c
Message-ID:  <200511220713.jAM7D2U2018357@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bp          2005-11-22 07:13:00 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/smbfs         smbfs_smb.c 
  Log:
  Fix interaction with Windows 2000/XP based servers:
  
  If the complete reply on the TRANS2_FIND_FIRST2 request fits exactly
  into one responce packet, then next call to TRANS2_FIND_NEXT2 will return
  zero entries and server will close current transaction.  To avoid
  subsequent errors we should not perform FIND_CLOSE2 request.
  
  PR:             kern/78953
  Submitted by:   Jim Carroll
  
  Revision  Changes    Path
  1.16      +3 -1      src/sys/fs/smbfs/smbfs_smb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511220713.jAM7D2U2018357>