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:
Olaf Barthel
2016-03-06 15:20:55 +01:00
parent f6e4f963f8
commit 76bdadec3d
-2
View File
@@ -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;