summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-21 17:59:41 +1300
committerJeremy Allison <jra@samba.org>2014-05-07 19:49:16 +0200
commitdce3bcd00ff0e63548b9d2849238d0ba68137481 (patch)
tree5ed0b91c501a087053f8eb38d2d1ddc10eacbb32 /source3/param/loadparm_ctx.c
parent74e0a37fd34791099a32591ab607e9444fd441fe (diff)
downloadsamba-dce3bcd00ff0e63548b9d2849238d0ba68137481.tar.gz
param: move handle printing into lib/param
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index b6e185e653a..b1e318f6d35 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -72,6 +72,7 @@ static struct loadparm_s3_helpers s3_fns =
.lp_string = lp_string,
.lp_string_set = lp_string_set,
.lp_include = lp_include,
+ .init_printer_values = init_printer_values,
};
const struct loadparm_s3_helpers *loadparm_s3_helpers(void)