mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
- 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
7 lines
188 B
C
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)"
|