From: Christian Ambach Date: Wed, 9 Feb 2011 14:35:24 +0000 (+0100) Subject: s3:utils enable sharesec for registry shares X-Git-Tag: tevent-0.9.11~839 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8a90b499b5f815d5355148b0658c0a075744171;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c index 1a12ce02285..33cdc6a6573 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 */