mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Removed server state from global data structure
These fields are not needed in the global data structure, they are used only locally.
This commit is contained in:
@@ -42,9 +42,7 @@ struct smb_server
|
||||
|
||||
/* The following are LANMAN 1.0 options transferred to us in
|
||||
SMBnegprot */
|
||||
word maxxmt;
|
||||
word blkmode;
|
||||
dword sesskey;
|
||||
|
||||
/* olsen (2012-12-10): raw SMB over TCP instead of NBT transport? */
|
||||
int raw_smb;
|
||||
|
||||
Reference in New Issue
Block a user