Files
amiga-smbfs/source_code/smbfs_rev.h
T
Olaf Barthel ec1b2a97db smbfs 1.73 (17.4.2009)
- Modified smb_valid_packet() in proc.c to check whether the packet
  received is smaller than expected, not whether the length matches
  exactly. This seems to fix the protocol negotiation with Samba 3.2.5
  for now. Haven't checked Vista yet, though...


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/amiga-smbfs/trunk@23 26594b9e-b914-4e86-b7a1-9402bd427170
2009-04-17 11:09:41 +00:00

7 lines
188 B
C

#define VERSION 1
#define REVISION 73
#define DATE "17.4.2009"
#define VERS "smbfs 1.73"
#define VSTRING "smbfs 1.73 (17.4.2009)\r\n"
#define VERSTAG "\0$VER: smbfs 1.73 (17.4.2009)"