From 4a89361af465227c96b07d009e67689c44b16e4e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 12 Oct 2011 22:36:40 +1100 Subject: lib/param Add 'use mmap' parameter to control tdb use of mmap --- source3/param/loadparm_ctx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index 8a886551c6..61fe97462d 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -105,6 +105,9 @@ static const struct loadparm_s3_context s3_fns = .passdb_backend = lp_passdb_backend, .host_msdfs = lp_host_msdfs, + .unix_extensions = lp_unix_extensions, + .use_spnego = lp_use_spnego, + .use_mmap = lp_use_mmap, }; const struct loadparm_s3_context *loadparm_s3_context(void) -- cgit