diff options
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r-- | source3/param/loadparm_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index b6e185e653..b1e318f6d3 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) |