summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-26 16:51:00 +0200
committerVolker Lendecke <vl@samba.org>2008-07-26 16:52:02 +0200
commitb3f04dd32fcb7241b72ed4b9be73dc1f213f772a (patch)
tree4f9704d9e5267579b1aac223565ee419fb785ffb /source3/include
parent33cbe2f88ce411718db1d37a0e2f9d19e931e383 (diff)
downloadsamba-b3f04dd32fcb7241b72ed4b9be73dc1f213f772a.tar.gz
samba-b3f04dd32fcb7241b72ed4b9be73dc1f213f772a.tar.bz2
samba-b3f04dd32fcb7241b72ed4b9be73dc1f213f772a.zip
Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_struct
This was just too easy not to use :-) (This used to be commit a9922a2a3661a6cff7351ea6b3558f091bb45feb)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 32ba8a2a17..d79439f589 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -494,8 +494,8 @@ typedef struct files_struct {
#include "sysquotas.h"
struct vuid_cache_entry {
- uint16 vuid;
struct auth_serversupplied_info *server_info;
+ uint16_t vuid;
bool read_only;
bool admin_user;
};