[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3422-ga9922a2

Volker Lendecke vlendec at samba.org
Sat Jul 26 14:51:06 GMT 2008


The branch, v3-3-test has been updated
       via  a9922a2a3661a6cff7351ea6b3558f091bb45feb (commit)
      from  e11b5cb1e061caf4c3793fb402ca6bee95a8f26c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit a9922a2a3661a6cff7351ea6b3558f091bb45feb
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jul 26 16:51:00 2008 +0200

    Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_struct
    
    This was just too easy not to use :-)

-----------------------------------------------------------------------

Summary of changes:
 source/include/smb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/smb.h b/source/include/smb.h
index 32ba8a2..d79439f 100644
--- a/source/include/smb.h
+++ b/source/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;
 };


-- 
Samba Shared Repository


More information about the samba-cvs mailing list