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 <[email protected]>
Date: Mon Aug 19 13:18:23 2019 +0200
s3:net: load registry shares too in 'net vfs stream2adouble'
Signed-off-by: Ralph Wuerthner <[email protected]>
Reviewed-by: Ralph Böhme <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Autobuild-User(master): Jeremy Allison <[email protected]>
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