The branch, v3-2-test has been updated
       via  7b582af2107bed3b864bb408b5c9bcce4b8e4c72 (commit)
      from  760f24f10cbea7ce22acd0772fb5b125f718d129 (commit)

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


- Log -----------------------------------------------------------------
commit 7b582af2107bed3b864bb408b5c9bcce4b8e4c72
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Tue Nov 6 06:31:24 2007 +0100

    Add a const.
    
    Michael

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

Summary of changes:
 source/smbd/posix_acls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c
index 7f03d7e..6422bad 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -662,7 +662,7 @@ static int map_acl_perms_to_permset(connection_struct 
*conn, mode_t mode, SMB_AC
  Function to create owner and group SIDs from a SMB_STRUCT_STAT.
 ****************************************************************************/
 
-static void create_file_sids(SMB_STRUCT_STAT *psbuf, DOM_SID *powner_sid, 
DOM_SID *pgroup_sid)
+static void create_file_sids(const SMB_STRUCT_STAT *psbuf, DOM_SID 
*powner_sid, DOM_SID *pgroup_sid)
 {
        uid_to_sid( powner_sid, psbuf->st_uid );
        gid_to_sid( pgroup_sid, psbuf->st_gid );


-- 
Samba Shared Repository

Reply via email to