[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Wed Feb 9 08:42:02 MST 2011


The branch, master has been updated
       via  d8a90b4 s3:utils enable sharesec for registry shares
      from  9271027 s3:net idmap: implement net idmap delete

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


- Log -----------------------------------------------------------------
commit d8a90b499b5f815d5355148b0658c0a075744171
Author: Christian Ambach <christian.ambach at de.ibm.com>
Date:   Wed Feb 9 15:35:24 2011 +0100

    s3:utils enable sharesec for registry shares
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Wed Feb  9 16:41:31 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/utils/sharesec.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c
index 1a12ce0..33cdc6a 100644
--- a/source3/utils/sharesec.c
+++ b/source3/utils/sharesec.c
@@ -595,7 +595,8 @@ int main(int argc, const char *argv[])
 
 	setlinebuf(stdout);
 
-	lp_load( get_dyn_CONFIGFILE(), False, False, False, True );
+	lp_load_with_registry_shares( get_dyn_CONFIGFILE(), False, False, False,
+				      True );
 
 	/* check for initializing secrets.tdb first */
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list