[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-195-gbf23c4d

Michael Adam obnox at samba.org
Mon Nov 5 22:24:25 GMT 2007


The branch, v3-2-test has been updated
       via  bf23c4ddff617dd3cd1e2d5cedb1b5c023356dc3 (commit)
      from  255c2adf7b6ef30932b5bb9f142ccef4a5d3d0db (commit)

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


- Log -----------------------------------------------------------------
commit bf23c4ddff617dd3cd1e2d5cedb1b5c023356dc3
Author: Michael Adam <obnox at samba.org>
Date:   Mon Nov 5 23:23:05 2007 +0100

    Add two const's.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c
index b8afbb8..7f03d7e 100644
--- a/source/smbd/posix_acls.c
+++ b/source/smbd/posix_acls.c
@@ -1081,7 +1081,7 @@ static bool ensure_canon_entry_valid(canon_ace **pp_ace,
 							const files_struct *fsp,
 							const DOM_SID *pfile_owner_sid,
 							const DOM_SID *pfile_grp_sid,
-							SMB_STRUCT_STAT *pst,
+							const SMB_STRUCT_STAT *pst,
 							bool setting_acl)
 {
 	canon_ace *pace;
@@ -2066,7 +2066,7 @@ static bool unpack_canon_ace(files_struct *fsp,
  But NT cannot display this in their ACL editor !
 ********************************************************************************/
 
-static void arrange_posix_perms( char *filename, canon_ace **pp_list_head)
+static void arrange_posix_perms(const char *filename, canon_ace **pp_list_head)
 {
 	canon_ace *list_head = *pp_list_head;
 	canon_ace *owner_ace = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list