The branch, master has been updated
       via  8eac307... s3-param: fix set_inherit_acls().
      from  e6df4c2... pidl: Fix selftest after s3 code changed

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


- Log -----------------------------------------------------------------
commit 8eac3075b604d5d0938e2a087a154bb6546d78b1
Author: Günther Deschner <[email protected]>
Date:   Mon Nov 9 16:02:24 2009 +0100

    s3-param: fix set_inherit_acls().
    
    Jeremy, please check.
    
    Guenther

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

Summary of changes:
 source3/param/loadparm.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index b317dc6..9a0f834 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -9850,4 +9850,6 @@ bool set_inherit_acls(int i)
                return false;
        }
        ServicePtrs[(i)]->bInheritACLS = true;
+
+       return true;
 }


-- 
Samba Shared Repository

Reply via email to