From 76bdadec3d21fe0607b1b48ab5fb2ebce1ffb816 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 6 Mar 2016 15:20:55 +0100 Subject: [PATCH] Removed server state from global data structure These fields are not needed in the global data structure, they are used only locally. --- source_code/include/smb/smb_fs_sb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source_code/include/smb/smb_fs_sb.h b/source_code/include/smb/smb_fs_sb.h index ecd732a..d39a672 100644 --- a/source_code/include/smb/smb_fs_sb.h +++ b/source_code/include/smb/smb_fs_sb.h @@ -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;