[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Aug 22 17:42:02 UTC 2019


The branch, master has been updated
       via  ad24b7cf4dc s3:net: load registry shares too in 'net vfs stream2adouble'
      from  39e06c49aeb docs-xml: fix problamatic quotes from panic action example

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


- Log -----------------------------------------------------------------
commit ad24b7cf4dc61fd78de59539aef1ab73ff3b017d
Author: Ralph Wuerthner <ralph.wuerthner at de.ibm.com>
Date:   Mon Aug 19 13:18:23 2019 +0200

    s3:net: load registry shares too in 'net vfs stream2adouble'
    
    Signed-off-by: Ralph Wuerthner <ralph.wuerthner at de.ibm.com>
    Reviewed-by: Ralph Böhme <slow at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Thu Aug 22 17:41:20 UTC 2019 on sn-devel-184

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

Summary of changes:
 source3/utils/net_vfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_vfs.c b/source3/utils/net_vfs.c
index e793daa8b9b..eca8b5f136e 100644
--- a/source3/utils/net_vfs.c
+++ b/source3/utils/net_vfs.c
@@ -142,9 +142,9 @@ static int net_vfs_init(struct net_context *c, int argc, const char **argv)
 	setup_logging("net", DEBUG_STDOUT);
 	lp_set_cmdline("log level", "0");
 
-	ok = lp_load_with_shares(get_dyn_CONFIGFILE());
+	ok = lp_load_with_registry_shares(get_dyn_CONFIGFILE());
 	if (!ok) {
-		fprintf(stderr, "lp_load_with_shares failed\n");
+		fprintf(stderr, "lp_load_with_registry_shares failed\n");
 		goto done;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list