[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1185-g9b044be

Günther Deschner gd at samba.org
Tue Apr 21 10:11:30 GMT 2009


The branch, master has been updated
       via  9b044be82906b651a70085898809bac0e77d832a (commit)
      from  922f836b82543f3c5537109363ac92e20425d65e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9b044be82906b651a70085898809bac0e77d832a
Author: Günther Deschner <gd at samba.org>
Date:   Tue Apr 21 12:10:11 2009 +0200

    libgpo: use shared access bits in gpo_sd_check_agp_object().
    
    Guenther

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

Summary of changes:
 libgpo/gpo_sec.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libgpo/gpo_sec.c b/libgpo/gpo_sec.c
index 5547f1e..f207464 100644
--- a/libgpo/gpo_sec.c
+++ b/libgpo/gpo_sec.c
@@ -80,11 +80,7 @@ static bool gpo_sd_check_agp_object(const struct security_ace *ace)
 
 static bool gpo_sd_check_agp_access_bits(uint32_t access_mask)
 {
-#if _SAMBA_BUILD_ == 4
 	return (access_mask & SEC_ADS_CONTROL_ACCESS);
-#else
-	return (access_mask & SEC_RIGHTS_EXTENDED);
-#endif
 }
 
 #if 0


-- 
Samba Shared Repository


More information about the samba-cvs mailing list