The branch, v3-5-test has been updated
       via  fa13f62... s3-param: fix set_inherit_acls().
      from  567dee6... s3: Try to avoid dns searches with an empty site

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


- Log -----------------------------------------------------------------
commit fa13f626173fa8ae1eabe3461e354b75dc7d1d0e
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
    (cherry picked from commit 8eac3075b604d5d0938e2a087a154bb6546d78b1)

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

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