Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_struct
authorVolker Lendecke <vl@samba.org>
Sat, 26 Jul 2008 14:51:00 +0000 (16:51 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 26 Jul 2008 14:52:02 +0000 (16:52 +0200)
This was just too easy not to use :-)

source/include/smb.h

index 32ba8a2a170b3c5cb5103c956468be22cb2cd230..d79439f5894a32f1d08a04d6b998c47ca99b5222 100644 (file)
@@ -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;
 };