From d8a90b499b5f815d5355148b0658c0a075744171 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Wed, 9 Feb 2011 15:35:24 +0100 Subject: s3:utils enable sharesec for registry shares Signed-off-by: Michael Adam Autobuild-User: Michael Adam Autobuild-Date: Wed Feb 9 16:41:31 CET 2011 on sn-devel-104 --- source3/utils/sharesec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c index 1a12ce0228..33cdc6a657 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 */ -- cgit